Shades of Granite Green #91845D
Tints of Granite Green #91845D
RGB
CMYK
RGB Variations
Color information
#91845D (or 0x91845D) is known color: Granite Green. HEX triplet: 91, 84 and 5D. RGB value is (145,132,93). Sum of RGB (Red+Green+Blue) = 145+132+93=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91845D is #6E7BA2. Grayscale: #838383. Windows color (decimal): -7240611 or 6128785. OLE color: 6128785.
HSL color Cylindrical-coordinate representation of color #91845D: hue angle of 45º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91845D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 93 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.43 |
| HSL | 45º | 0.22% | 0.47% | - |
| HSV(B) | 45º | 0.36% | 0.57% | - |
| XYZ | 21.9 | 23.31 | 13.7 | - |
| YUV | 131.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 93 | 0 | 0.09 | 0.36 | 0.43 | 45 | 0.22 | 0.47 |
| Hex | 91 | 84 | 5D | 0 | 9 | 24 | 2B | 2D | 16 | 2F |
| Octal | 221 | 204 | 135 | 0 | 11 | 44 | 53 | 55 | 26 | 57 |
| Binary | 10010001 | 10000100 | 1011101 | 0 | 1001 | 100100 | 101011 | 101101 | 10110 | 101111 |
Color Harmonies of #91845D
Complementary color
Monochromatic Colors of #91845D
Black with #91845D
Text Example
Text Example
White with #91845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91845D; }
p { color: rgb(145,132,93); }
H1.HeaderClassName
{
color: #91845D;
}
.AnyTagClassName
{
color: #91845D;
}
</style>
background-color css
<style>
a { background-color: #91845D; }
a { background-color: rgb(145,132,93); }
div.DivClassName
{
background-color: #91845D;
}
.BgClassName
{
background-color: #91845D;
}
</style>
border-color css
<style>
span { border-color: #91845D; }
span { border-color: rgb(145,132,93); }
td.TdClassName
{
border-color: #91845D;
}
.TagClassName
{
border-color: #91845D;
}
</style>