Shades of Granite Green #91865E
Tints of Granite Green #91865E
RGB
CMYK
RGB Variations
Color information
#91865E (or 0x91865E) is known color: Granite Green. HEX triplet: 91, 86 and 5E. RGB value is (145,134,94). Sum of RGB (Red+Green+Blue) = 145+134+94=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #91865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91865E is #6E79A1. Grayscale: #848484. Windows color (decimal): -7240098 or 6194833. OLE color: 6194833.
HSL color Cylindrical-coordinate representation of color #91865E: hue angle of 47.06º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91865E is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 94 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.43 |
| HSL | 47.06º | 0.21% | 0.47% | - |
| HSV(B) | 47.06º | 0.35% | 0.57% | - |
| XYZ | 22.22 | 23.88 | 14.03 | - |
| YUV | 132.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 94 | 0 | 0.08 | 0.35 | 0.43 | 47.06 | 0.21 | 0.47 |
| Hex | 91 | 86 | 5E | 0 | 8 | 23 | 2B | 2F | 15 | 2F |
| Octal | 221 | 206 | 136 | 0 | 10 | 43 | 53 | 57 | 25 | 57 |
| Binary | 10010001 | 10000110 | 1011110 | 0 | 1000 | 100011 | 101011 | 101111 | 10101 | 101111 |
Color Harmonies of #91865E
Complementary color
Monochromatic Colors of #91865E
Black with #91865E
Text Example
Text Example
White with #91865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91865E; }
p { color: rgb(145,134,94); }
H1.HeaderClassName
{
color: #91865E;
}
.AnyTagClassName
{
color: #91865E;
}
</style>
background-color css
<style>
a { background-color: #91865E; }
a { background-color: rgb(145,134,94); }
div.DivClassName
{
background-color: #91865E;
}
.BgClassName
{
background-color: #91865E;
}
</style>
border-color css
<style>
span { border-color: #91865E; }
span { border-color: rgb(145,134,94); }
td.TdClassName
{
border-color: #91865E;
}
.TagClassName
{
border-color: #91865E;
}
</style>