Shades of Granite Green #96845E
Tints of Granite Green #96845E
RGB
CMYK
RGB Variations
Color information
#96845E (or 0x96845E) is known color: Granite Green. HEX triplet: 96, 84 and 5E. RGB value is (150,132,94). Sum of RGB (Red+Green+Blue) = 150+132+94=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96845E is #697BA1. Grayscale: #858585. Windows color (decimal): -6912930 or 6194326. OLE color: 6194326.
HSL color Cylindrical-coordinate representation of color #96845E: hue angle of 40.71º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96845E is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 94 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.41 |
| HSL | 40.71º | 0.23% | 0.48% | - |
| HSV(B) | 40.71º | 0.37% | 0.59% | - |
| XYZ | 22.85 | 23.79 | 13.98 | - |
| YUV | 133.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 94 | 0 | 0.12 | 0.37 | 0.41 | 40.71 | 0.23 | 0.48 |
| Hex | 96 | 84 | 5E | 0 | C | 25 | 29 | 29 | 17 | 30 |
| Octal | 226 | 204 | 136 | 0 | 14 | 45 | 51 | 51 | 27 | 60 |
| Binary | 10010110 | 10000100 | 1011110 | 0 | 1100 | 100101 | 101001 | 101001 | 10111 | 110000 |
Color Harmonies of #96845E
Complementary color
Monochromatic Colors of #96845E
Black with #96845E
Text Example
Text Example
White with #96845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96845E; }
p { color: rgb(150,132,94); }
H1.HeaderClassName
{
color: #96845E;
}
.AnyTagClassName
{
color: #96845E;
}
</style>
background-color css
<style>
a { background-color: #96845E; }
a { background-color: rgb(150,132,94); }
div.DivClassName
{
background-color: #96845E;
}
.BgClassName
{
background-color: #96845E;
}
</style>
border-color css
<style>
span { border-color: #96845E; }
span { border-color: rgb(150,132,94); }
td.TdClassName
{
border-color: #96845E;
}
.TagClassName
{
border-color: #96845E;
}
</style>