Shades of Granite Green #91856C
Tints of Granite Green #91856C
RGB
CMYK
RGB Variations
Color information
#91856C (or 0x91856C) is known color: Granite Green. HEX triplet: 91, 85 and 6C. RGB value is (145,133,108). Sum of RGB (Red+Green+Blue) = 145+133+108=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #91856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91856C is #6E7A93. Grayscale: #858585. Windows color (decimal): -7240340 or 7112081. OLE color: 7112081.
HSL color Cylindrical-coordinate representation of color #91856C: hue angle of 40.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91856C is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 108 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.43 |
| HSL | 40.54º | 0.15% | 0.5% | - |
| HSV(B) | 40.54º | 0.26% | 0.57% | - |
| XYZ | 22.77 | 23.88 | 17.6 | - |
| YUV | 133.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 108 | 0 | 0.08 | 0.26 | 0.43 | 40.54 | 0.15 | 0.5 |
| Hex | 91 | 85 | 6C | 0 | 8 | 1A | 2B | 29 | F | 32 |
| Octal | 221 | 205 | 154 | 0 | 10 | 32 | 53 | 51 | 17 | 62 |
| Binary | 10010001 | 10000101 | 1101100 | 0 | 1000 | 11010 | 101011 | 101001 | 1111 | 110010 |
Color Harmonies of #91856C
Complementary color
Monochromatic Colors of #91856C
Black with #91856C
Text Example
Text Example
White with #91856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91856C; }
p { color: rgb(145,133,108); }
H1.HeaderClassName
{
color: #91856C;
}
.AnyTagClassName
{
color: #91856C;
}
</style>
background-color css
<style>
a { background-color: #91856C; }
a { background-color: rgb(145,133,108); }
div.DivClassName
{
background-color: #91856C;
}
.BgClassName
{
background-color: #91856C;
}
</style>
border-color css
<style>
span { border-color: #91856C; }
span { border-color: rgb(145,133,108); }
td.TdClassName
{
border-color: #91856C;
}
.TagClassName
{
border-color: #91856C;
}
</style>