Shades of Granite Green #91825E
Tints of Granite Green #91825E
RGB
CMYK
RGB Variations
Color information
#91825E (or 0x91825E) is known color: Granite Green. HEX triplet: 91, 82 and 5E. RGB value is (145,130,94). Sum of RGB (Red+Green+Blue) = 145+130+94=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #91825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91825E is #6E7DA1. Grayscale: #828282. Windows color (decimal): -7241122 or 6193809. OLE color: 6193809.
HSL color Cylindrical-coordinate representation of color #91825E: hue angle of 42.35º 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 #91825E is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 94 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.43 |
| HSL | 42.35º | 0.21% | 0.47% | - |
| HSV(B) | 42.35º | 0.35% | 0.57% | - |
| XYZ | 21.68 | 22.79 | 13.85 | - |
| YUV | 130.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 94 | 0 | 0.10 | 0.35 | 0.43 | 42.35 | 0.21 | 0.47 |
| Hex | 91 | 82 | 5E | 0 | A | 23 | 2B | 2A | 15 | 2F |
| Octal | 221 | 202 | 136 | 0 | 12 | 43 | 53 | 52 | 25 | 57 |
| Binary | 10010001 | 10000010 | 1011110 | 0 | 1010 | 100011 | 101011 | 101010 | 10101 | 101111 |
Color Harmonies of #91825E
Complementary color
Monochromatic Colors of #91825E
Black with #91825E
Text Example
Text Example
White with #91825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91825E; }
p { color: rgb(145,130,94); }
H1.HeaderClassName
{
color: #91825E;
}
.AnyTagClassName
{
color: #91825E;
}
</style>
background-color css
<style>
a { background-color: #91825E; }
a { background-color: rgb(145,130,94); }
div.DivClassName
{
background-color: #91825E;
}
.BgClassName
{
background-color: #91825E;
}
</style>
border-color css
<style>
span { border-color: #91825E; }
span { border-color: rgb(145,130,94); }
td.TdClassName
{
border-color: #91825E;
}
.TagClassName
{
border-color: #91825E;
}
</style>