Shades of Granite Green #99895F
Tints of Granite Green #99895F
RGB
CMYK
RGB Variations
Color information
#99895F (or 0x99895F) is known color: Granite Green. HEX triplet: 99, 89 and 5F. RGB value is (153,137,95). Sum of RGB (Red+Green+Blue) = 153+137+95=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #99895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99895F is #6676A0. Grayscale: #898989. Windows color (decimal): -6715041 or 6261145. OLE color: 6261145.
HSL color Cylindrical-coordinate representation of color #99895F: hue angle of 43.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99895F is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 95 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.4 |
| HSL | 43.45º | 0.23% | 0.49% | - |
| HSV(B) | 43.45º | 0.38% | 0.6% | - |
| XYZ | 24.15 | 25.49 | 14.47 | - |
| YUV | 137 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 95 | 0 | 0.10 | 0.38 | 0.4 | 43.45 | 0.23 | 0.49 |
| Hex | 99 | 89 | 5F | 0 | A | 26 | 28 | 2B | 17 | 31 |
| Octal | 231 | 211 | 137 | 0 | 12 | 46 | 50 | 53 | 27 | 61 |
| Binary | 10011001 | 10001001 | 1011111 | 0 | 1010 | 100110 | 101000 | 101011 | 10111 | 110001 |
Color Harmonies of #99895F
Complementary color
Monochromatic Colors of #99895F
Black with #99895F
Text Example
Text Example
White with #99895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99895F; }
p { color: rgb(153,137,95); }
H1.HeaderClassName
{
color: #99895F;
}
.AnyTagClassName
{
color: #99895F;
}
</style>
background-color css
<style>
a { background-color: #99895F; }
a { background-color: rgb(153,137,95); }
div.DivClassName
{
background-color: #99895F;
}
.BgClassName
{
background-color: #99895F;
}
</style>
border-color css
<style>
span { border-color: #99895F; }
span { border-color: rgb(153,137,95); }
td.TdClassName
{
border-color: #99895F;
}
.TagClassName
{
border-color: #99895F;
}
</style>