Shades of Granite Green #96895E
Tints of Granite Green #96895E
RGB
CMYK
RGB Variations
Color information
#96895E (or 0x96895E) is known color: Granite Green. HEX triplet: 96, 89 and 5E. RGB value is (150,137,94). Sum of RGB (Red+Green+Blue) = 150+137+94=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #96895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96895E is #6976A1. Grayscale: #888888. Windows color (decimal): -6911650 or 6195606. OLE color: 6195606.
HSL color Cylindrical-coordinate representation of color #96895E: hue angle of 46.07º 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 #96895E is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 94 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.41 |
| HSL | 46.07º | 0.23% | 0.48% | - |
| HSV(B) | 46.07º | 0.37% | 0.59% | - |
| XYZ | 23.54 | 25.18 | 14.21 | - |
| YUV | 135.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 94 | 0 | 0.09 | 0.37 | 0.41 | 46.07 | 0.23 | 0.48 |
| Hex | 96 | 89 | 5E | 0 | 9 | 25 | 29 | 2E | 17 | 30 |
| Octal | 226 | 211 | 136 | 0 | 11 | 45 | 51 | 56 | 27 | 60 |
| Binary | 10010110 | 10001001 | 1011110 | 0 | 1001 | 100101 | 101001 | 101110 | 10111 | 110000 |
Color Harmonies of #96895E
Complementary color
Monochromatic Colors of #96895E
Black with #96895E
Text Example
Text Example
White with #96895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96895E; }
p { color: rgb(150,137,94); }
H1.HeaderClassName
{
color: #96895E;
}
.AnyTagClassName
{
color: #96895E;
}
</style>
background-color css
<style>
a { background-color: #96895E; }
a { background-color: rgb(150,137,94); }
div.DivClassName
{
background-color: #96895E;
}
.BgClassName
{
background-color: #96895E;
}
</style>
border-color css
<style>
span { border-color: #96895E; }
span { border-color: rgb(150,137,94); }
td.TdClassName
{
border-color: #96895E;
}
.TagClassName
{
border-color: #96895E;
}
</style>