Shades of Granite Green #91855D
Tints of Granite Green #91855D
RGB
CMYK
RGB Variations
Color information
#91855D (or 0x91855D) is known color: Granite Green. HEX triplet: 91, 85 and 5D. RGB value is (145,133,93). Sum of RGB (Red+Green+Blue) = 145+133+93=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91855D is #6E7AA2. Grayscale: #848484. Windows color (decimal): -7240355 or 6129041. OLE color: 6129041.
HSL color Cylindrical-coordinate representation of color #91855D: hue angle of 46.15º 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 #91855D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 93 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.43 |
| HSL | 46.15º | 0.22% | 0.47% | - |
| HSV(B) | 46.15º | 0.36% | 0.57% | - |
| XYZ | 22.04 | 23.59 | 13.75 | - |
| YUV | 132.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 93 | 0 | 0.08 | 0.36 | 0.43 | 46.15 | 0.22 | 0.47 |
| Hex | 91 | 85 | 5D | 0 | 8 | 24 | 2B | 2E | 16 | 2F |
| Octal | 221 | 205 | 135 | 0 | 10 | 44 | 53 | 56 | 26 | 57 |
| Binary | 10010001 | 10000101 | 1011101 | 0 | 1000 | 100100 | 101011 | 101110 | 10110 | 101111 |
Color Harmonies of #91855D
Complementary color
Monochromatic Colors of #91855D
Black with #91855D
Text Example
Text Example
White with #91855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91855D; }
p { color: rgb(145,133,93); }
H1.HeaderClassName
{
color: #91855D;
}
.AnyTagClassName
{
color: #91855D;
}
</style>
background-color css
<style>
a { background-color: #91855D; }
a { background-color: rgb(145,133,93); }
div.DivClassName
{
background-color: #91855D;
}
.BgClassName
{
background-color: #91855D;
}
</style>
border-color css
<style>
span { border-color: #91855D; }
span { border-color: rgb(145,133,93); }
td.TdClassName
{
border-color: #91855D;
}
.TagClassName
{
border-color: #91855D;
}
</style>