Shades of Granite Green #91866E
Tints of Granite Green #91866E
RGB
CMYK
RGB Variations
Color information
#91866E (or 0x91866E) is known color: Granite Green. HEX triplet: 91, 86 and 6E. RGB value is (145,134,110). Sum of RGB (Red+Green+Blue) = 145+134+110=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #91866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91866E is #6E7991. Grayscale: #868686. Windows color (decimal): -7240082 or 7243409. OLE color: 7243409.
HSL color Cylindrical-coordinate representation of color #91866E: hue angle of 41.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91866E is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 110 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.43 |
| HSL | 41.14º | 0.14% | 0.5% | - |
| HSV(B) | 41.14º | 0.24% | 0.57% | - |
| XYZ | 23.02 | 24.2 | 18.21 | - |
| YUV | 134.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 110 | 0 | 0.08 | 0.24 | 0.43 | 41.14 | 0.14 | 0.5 |
| Hex | 91 | 86 | 6E | 0 | 8 | 18 | 2B | 29 | E | 32 |
| Octal | 221 | 206 | 156 | 0 | 10 | 30 | 53 | 51 | 16 | 62 |
| Binary | 10010001 | 10000110 | 1101110 | 0 | 1000 | 11000 | 101011 | 101001 | 1110 | 110010 |
Color Harmonies of #91866E
Complementary color
Monochromatic Colors of #91866E
Black with #91866E
Text Example
Text Example
White with #91866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91866E; }
p { color: rgb(145,134,110); }
H1.HeaderClassName
{
color: #91866E;
}
.AnyTagClassName
{
color: #91866E;
}
</style>
background-color css
<style>
a { background-color: #91866E; }
a { background-color: rgb(145,134,110); }
div.DivClassName
{
background-color: #91866E;
}
.BgClassName
{
background-color: #91866E;
}
</style>
border-color css
<style>
span { border-color: #91866E; }
span { border-color: rgb(145,134,110); }
td.TdClassName
{
border-color: #91866E;
}
.TagClassName
{
border-color: #91866E;
}
</style>