Shades of Granite Green #91835F
Tints of Granite Green #91835F
RGB
CMYK
RGB Variations
Color information
#91835F (or 0x91835F) is known color: Granite Green. HEX triplet: 91, 83 and 5F. RGB value is (145,131,95). Sum of RGB (Red+Green+Blue) = 145+131+95=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91835F is #6E7CA0. Grayscale: #838383. Windows color (decimal): -7240865 or 6259601. OLE color: 6259601.
HSL color Cylindrical-coordinate representation of color #91835F: hue angle of 43.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91835F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 131 | 95 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.43 |
| HSL | 43.2º | 0.21% | 0.47% | - |
| HSV(B) | 43.2º | 0.34% | 0.57% | - |
| XYZ | 21.86 | 23.08 | 14.13 | - |
| YUV | 131.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 95 | 0 | 0.10 | 0.34 | 0.43 | 43.2 | 0.21 | 0.47 |
| Hex | 91 | 83 | 5F | 0 | A | 22 | 2B | 2B | 15 | 2F |
| Octal | 221 | 203 | 137 | 0 | 12 | 42 | 53 | 53 | 25 | 57 |
| Binary | 10010001 | 10000011 | 1011111 | 0 | 1010 | 100010 | 101011 | 101011 | 10101 | 101111 |
Color Harmonies of #91835F
Complementary color
Monochromatic Colors of #91835F
Black with #91835F
Text Example
Text Example
White with #91835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91835F; }
p { color: rgb(145,131,95); }
H1.HeaderClassName
{
color: #91835F;
}
.AnyTagClassName
{
color: #91835F;
}
</style>
background-color css
<style>
a { background-color: #91835F; }
a { background-color: rgb(145,131,95); }
div.DivClassName
{
background-color: #91835F;
}
.BgClassName
{
background-color: #91835F;
}
</style>
border-color css
<style>
span { border-color: #91835F; }
span { border-color: rgb(145,131,95); }
td.TdClassName
{
border-color: #91835F;
}
.TagClassName
{
border-color: #91835F;
}
</style>