Color: #96816C
#96816C Color Information
#96816C is a light color. The closest websafe version is #96816C. A complement of this color would be #6D8297, perceived brightness is 0.52, and the grayscale version is #818181.
In the HSL color space, this color has a hue angle of 30°,a saturation of 17%, and a lightness of 51%.The HSV representation shows a hue of 30°, a saturation of 100%, and a value of 100%.
In a RGB color space, #96816C is composed of 59% red, 51% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 28% yellow and 41% black.
In the Yxy color space, this color is represented as Y: 23.43, x: 0.3944, and y: 0.3866.
Color Code #96816C
Shades of Color #96816C
Shades are created by darkening the original color #96816C 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 #96816C
Tints are created by lightening the original color #96816C 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 #96816C Color Code
In the HSL color space, this color has a hue angle of 30°, a saturation of 17%, and a lightness of 51%. The HSV representation shows a hue of 30°, a saturation of 28%, and a value of 59%.
- HEX: #96816C
- RGB: rgb(150, 129, 108)
- HSL: hsl(30, 17%, 51%)
- HSV: hsv(30, 28%, 59%)
- CMYK: 0.00% cyan, 14.00% magenta, 28.00% yellow, 41.00% black
- XYZ: 23.90, 23.43, 13.27
- Yxy: 23.43, 0.3944, 0.3866
- Hunter Lab: 55.52, 5.82, 14.55
- CIE-Lab: 55.52, 5.82, 14.55
In the XYZ color space, this color is represented as X: 23.90, Y: 23.43, Z: 13.27. The Yxy representation further refines this as Y: 23.43, x: 0.3944, and y: 0.3866.
In the Hunter Lab color space, this color is represented as L: 55.52, a: 5.82, and b: 14.55. Similarly, in the CIE-Lab color space, it is represented as L: 55.52, a: 5.82, and b: 14.55.
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 #96816C
Triadic colors are three colors evenly spaced around the color wheel, including #96816C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #96816C
Monochromatic colors are variations of #96816C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #96816C
The complementary color of #96816C 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 #96816C
/* Using HEX */ body { background-color: #96816c; }
/* Using RGB */ body { background-color: rgb(150, 129, 108); }
/* Using RGB with opacity */ body { background-color: rgba(150, 129, 108, 0.5); }
/* Using HSL */ body { background-color: hsl(30, 17%, 51%); }
/* Text color */ p { color: #96816c; }
/* Box shadow */ div { box-shadow: 4px 4px #96816c; }
HTML Examples of #96816C
<!-- Using HEX --> <div style="background-color: #96816c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(150, 129, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(150, 129, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(30, 17%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #96816c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #96816c; width: 100px; height: 100px;"></div>
Related Colors of #96816C
These colors are similar to #96816C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.