Color: #96612C
#96612C Color Information
#96612C is a dark color. The closest websafe version is #96612C. A complement of this color would be #2C6196, perceived brightness is 0.42, and the grayscale version is #616161.
In the HSL color space, this color has a hue angle of 30°,a saturation of 55%, and a lightness of 38%.The HSV representation shows a hue of 30°, a saturation of 71%, and a value of 59%.
In a RGB color space, #96612C is composed of 59% red, 38% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 71% yellow and 41% black.
In the Yxy color space, this color is represented as Y: 15.51, x: 0.4915, and y: 0.4175.
Color Code #96612C
Shades of Color #96612C
Shades are created by darkening the original color #96612C 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 #96612C
Tints are created by lightening the original color #96612C 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 #96612C Color Code
In the HSL color space, this color has a hue angle of 30°, a saturation of 55%, and a lightness of 38%. The HSV representation shows a hue of 30°, a saturation of 71%, and a value of 59%.
- HEX: #96612C
- RGB: rgb(150, 97, 44)
- HSL: hsl(30, 55%, 38%)
- HSV: hsv(30, 71%, 59%)
- CMYK: 0.00% cyan, 35.00% magenta, 71.00% yellow, 41.00% black
- XYZ: 18.26, 15.51, 3.38
- Yxy: 15.51, 0.4915, 0.4175
- Hunter Lab: 46.32, 18.51, 38.48
- CIE-Lab: 46.32, 18.51, 38.48
In the XYZ color space, this color is represented as X: 18.26, Y: 15.51, Z: 3.38. The Yxy representation further refines this as Y: 15.51, x: 0.4915, and y: 0.4175.
In the Hunter Lab color space, this color is represented as L: 46.32, a: 18.51, and b: 38.48. Similarly, in the CIE-Lab color space, it is represented as L: 46.32, a: 18.51, and b: 38.48.
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 #96612C
Triadic colors are three colors evenly spaced around the color wheel, including #96612C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #96612C
Monochromatic colors are variations of #96612C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #96612C
The complementary color of #96612C 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 #96612C
/* Using HEX */ body { background-color: #96612c; }
/* Using RGB */ body { background-color: rgb(150, 97, 44); }
/* Using RGB with opacity */ body { background-color: rgba(150, 97, 44, 0.5); }
/* Using HSL */ body { background-color: hsl(30, 55%, 38%); }
/* Text color */ p { color: #96612c; }
/* Box shadow */ div { box-shadow: 4px 4px #96612c; }
/* Border color */ .box { border: 4px solid #96612c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #96612c; }
/* Background with text */ div { background: #96612c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #96612C
<!-- Using HEX --> <div style="background-color: #96612c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(150, 97, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(150, 97, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(30, 55%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #96612c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #96612c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #96612c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #96612c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #96612c; color: #fff; padding: 16px; border-radius: 8px;"> #96612C </div>
Related Colors of #96612C
These colors are similar to #96612C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.