Shades of Granite Green #998861
Tints of Granite Green #998861
RGB
CMYK
RGB Variations
Color information
#998861 (or 0x998861) is known color: Granite Green. HEX triplet: 99, 88 and 61. RGB value is (153,136,97). Sum of RGB (Red+Green+Blue) = 153+136+97=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #998861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998861 is #66779E. Grayscale: #888888. Windows color (decimal): -6715295 or 6391961. OLE color: 6391961.
HSL color Cylindrical-coordinate representation of color #998861: hue angle of 41.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #998861 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 97 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.4 |
| HSL | 41.79º | 0.22% | 0.49% | - |
| HSV(B) | 41.79º | 0.37% | 0.6% | - |
| XYZ | 24.1 | 25.24 | 14.91 | - |
| YUV | 136.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 97 | 0 | 0.11 | 0.37 | 0.4 | 41.79 | 0.22 | 0.49 |
| Hex | 99 | 88 | 61 | 0 | B | 25 | 28 | 2A | 16 | 31 |
| Octal | 231 | 210 | 141 | 0 | 13 | 45 | 50 | 52 | 26 | 61 |
| Binary | 10011001 | 10001000 | 1100001 | 0 | 1011 | 100101 | 101000 | 101010 | 10110 | 110001 |
Color Harmonies of #998861
Complementary color
Monochromatic Colors of #998861
Black with #998861
Text Example
Text Example
White with #998861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998861; }
p { color: rgb(153,136,97); }
H1.HeaderClassName
{
color: #998861;
}
.AnyTagClassName
{
color: #998861;
}
</style>
background-color css
<style>
a { background-color: #998861; }
a { background-color: rgb(153,136,97); }
div.DivClassName
{
background-color: #998861;
}
.BgClassName
{
background-color: #998861;
}
</style>
border-color css
<style>
span { border-color: #998861; }
span { border-color: rgb(153,136,97); }
td.TdClassName
{
border-color: #998861;
}
.TagClassName
{
border-color: #998861;
}
</style>