Shades of Granite Green #96845D
Tints of Granite Green #96845D
RGB
CMYK
RGB Variations
Color information
#96845D (or 0x96845D) is known color: Granite Green. HEX triplet: 96, 84 and 5D. RGB value is (150,132,93). Sum of RGB (Red+Green+Blue) = 150+132+93=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96845D is #697BA2. Grayscale: #858585. Windows color (decimal): -6912931 or 6128790. OLE color: 6128790.
HSL color Cylindrical-coordinate representation of color #96845D: hue angle of 41.05º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96845D is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 93 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.41 |
| HSL | 41.05º | 0.23% | 0.48% | - |
| HSV(B) | 41.05º | 0.38% | 0.59% | - |
| XYZ | 22.8 | 23.78 | 13.74 | - |
| YUV | 132.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 93 | 0 | 0.12 | 0.38 | 0.41 | 41.05 | 0.23 | 0.48 |
| Hex | 96 | 84 | 5D | 0 | C | 26 | 29 | 29 | 17 | 30 |
| Octal | 226 | 204 | 135 | 0 | 14 | 46 | 51 | 51 | 27 | 60 |
| Binary | 10010110 | 10000100 | 1011101 | 0 | 1100 | 100110 | 101001 | 101001 | 10111 | 110000 |
Color Harmonies of #96845D
Complementary color
Monochromatic Colors of #96845D
Black with #96845D
Text Example
Text Example
White with #96845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96845D; }
p { color: rgb(150,132,93); }
H1.HeaderClassName
{
color: #96845D;
}
.AnyTagClassName
{
color: #96845D;
}
</style>
background-color css
<style>
a { background-color: #96845D; }
a { background-color: rgb(150,132,93); }
div.DivClassName
{
background-color: #96845D;
}
.BgClassName
{
background-color: #96845D;
}
</style>
border-color css
<style>
span { border-color: #96845D; }
span { border-color: rgb(150,132,93); }
td.TdClassName
{
border-color: #96845D;
}
.TagClassName
{
border-color: #96845D;
}
</style>