Shades of Granite Green #91866D
Tints of Granite Green #91866D
RGB
CMYK
RGB Variations
Color information
#91866D (or 0x91866D) is known color: Granite Green. HEX triplet: 91, 86 and 6D. RGB value is (145,134,109). Sum of RGB (Red+Green+Blue) = 145+134+109=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #91866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91866D is #6E7992. Grayscale: #868686. Windows color (decimal): -7240083 or 7177873. OLE color: 7177873.
HSL color Cylindrical-coordinate representation of color #91866D: hue angle of 41.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91866D is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 109 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.43 |
| HSL | 41.67º | 0.14% | 0.5% | - |
| HSV(B) | 41.67º | 0.25% | 0.57% | - |
| XYZ | 22.96 | 24.17 | 17.92 | - |
| YUV | 134.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 109 | 0 | 0.08 | 0.25 | 0.43 | 41.67 | 0.14 | 0.5 |
| Hex | 91 | 86 | 6D | 0 | 8 | 19 | 2B | 2A | E | 32 |
| Octal | 221 | 206 | 155 | 0 | 10 | 31 | 53 | 52 | 16 | 62 |
| Binary | 10010001 | 10000110 | 1101101 | 0 | 1000 | 11001 | 101011 | 101010 | 1110 | 110010 |
Color Harmonies of #91866D
Complementary color
Monochromatic Colors of #91866D
Black with #91866D
Text Example
Text Example
White with #91866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91866D; }
p { color: rgb(145,134,109); }
H1.HeaderClassName
{
color: #91866D;
}
.AnyTagClassName
{
color: #91866D;
}
</style>
background-color css
<style>
a { background-color: #91866D; }
a { background-color: rgb(145,134,109); }
div.DivClassName
{
background-color: #91866D;
}
.BgClassName
{
background-color: #91866D;
}
</style>
border-color css
<style>
span { border-color: #91866D; }
span { border-color: rgb(145,134,109); }
td.TdClassName
{
border-color: #91866D;
}
.TagClassName
{
border-color: #91866D;
}
</style>