Color: #867664
#867664 Color Information
#867664 is a dark color. The closest websafe version is #867664. A complement of this color would be #647487, perceived brightness is 0.47, and the grayscale version is #757575.
In the HSL color space, this color has a hue angle of 32°,a saturation of 15%, and a lightness of 46%.The HSV representation shows a hue of 32°, a saturation of 25%, and a value of 53%.
In a RGB color space, #867664 is composed of 53% red, 46% green and 39% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 25% yellow and 47% black.
In the Yxy color space, this color is represented as Y: 19.06, x: 0.3883, and y: 0.3854.
Color Code #867664
Shades of Color #867664
Shades are created by darkening the original color #867664 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #867664
Tints are created by lightening the original color #867664 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #867664 Color Code
In the HSL color space, this color has a hue angle of 32°, a saturation of 15%, and a lightness of 46%. The HSV representation shows a hue of 32°, a saturation of 25%, and a value of 53%.
- HEX: #867664
- RGB: rgb(134, 118, 100)
- HSL: hsl(32, 15%, 46%)
- HSV: hsv(32, 25%, 53%)
- CMYK: 0.00% cyan, 12.00% magenta, 25.00% yellow, 47.00% black
- XYZ: 19.20, 19.06, 11.19
- Yxy: 19.06, 0.3883, 0.3854
- Hunter Lab: 50.76, 4.18, 12.35
- CIE-Lab: 50.76, 4.18, 12.35
In the XYZ color space, this color is represented as X: 19.20, Y: 19.06, Z: 11.19. The Yxy representation further refines this as Y: 19.06, x: 0.3883, and y: 0.3854.
In the Hunter Lab color space, this color is represented as L: 50.76, a: 4.18, and b: 12.35. Similarly, in the CIE-Lab color space, it is represented as L: 50.76, a: 4.18, and b: 12.35.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #867664
Triadic colors are three colors evenly spaced around the color wheel, including #867664. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #867664
Split complementary colors are two colors adjacent to the complementary color of #867664. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #867664
Monochromatic colors are variations of #867664, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #867664
The complementary color of #867664 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #867664
/* Using HEX */ body { background-color: #867664; }
/* Using RGB */ body { background-color: rgb(134, 118, 100); }
/* Using RGB with opacity */ body { background-color: rgba(134, 118, 100, 0.5); }
/* Using HSL */ body { background-color: hsl(32, 15%, 46%); }
/* Text color */ p { color: #867664; }
/* Box shadow */ div { box-shadow: 4px 4px #867664; }
/* Border color */ .box { border: 4px solid #867664; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #867664; }
/* Background with text */ div { background: #867664; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #867664
<!-- Using HEX --> <div style="background-color: #867664; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(134, 118, 100); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(134, 118, 100, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(32, 15%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #867664;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #867664; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #867664; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #867664;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #867664; color: #fff; padding: 16px; border-radius: 8px;"> #867664 </div>
Related Colors of #867664
These colors are similar to #867664, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.