Shades of Granite Green #91865D
Tints of Granite Green #91865D
RGB
CMYK
RGB Variations
Color information
#91865D (or 0x91865D) is known color: Granite Green. HEX triplet: 91, 86 and 5D. RGB value is (145,134,93). Sum of RGB (Red+Green+Blue) = 145+134+93=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #91865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91865D is #6E79A2. Grayscale: #848484. Windows color (decimal): -7240099 or 6129297. OLE color: 6129297.
HSL color Cylindrical-coordinate representation of color #91865D: hue angle of 47.31º 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 #91865D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 93 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.43 |
| HSL | 47.31º | 0.22% | 0.47% | - |
| HSV(B) | 47.31º | 0.36% | 0.57% | - |
| XYZ | 22.18 | 23.86 | 13.79 | - |
| YUV | 132.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 93 | 0 | 0.08 | 0.36 | 0.43 | 47.31 | 0.22 | 0.47 |
| Hex | 91 | 86 | 5D | 0 | 8 | 24 | 2B | 2F | 16 | 2F |
| Octal | 221 | 206 | 135 | 0 | 10 | 44 | 53 | 57 | 26 | 57 |
| Binary | 10010001 | 10000110 | 1011101 | 0 | 1000 | 100100 | 101011 | 101111 | 10110 | 101111 |
Color Harmonies of #91865D
Complementary color
Monochromatic Colors of #91865D
Black with #91865D
Text Example
Text Example
White with #91865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91865D; }
p { color: rgb(145,134,93); }
H1.HeaderClassName
{
color: #91865D;
}
.AnyTagClassName
{
color: #91865D;
}
</style>
background-color css
<style>
a { background-color: #91865D; }
a { background-color: rgb(145,134,93); }
div.DivClassName
{
background-color: #91865D;
}
.BgClassName
{
background-color: #91865D;
}
</style>
border-color css
<style>
span { border-color: #91865D; }
span { border-color: rgb(145,134,93); }
td.TdClassName
{
border-color: #91865D;
}
.TagClassName
{
border-color: #91865D;
}
</style>