Shades of Granite Green #90855E
Tints of Granite Green #90855E
RGB
CMYK
RGB Variations
Color information
#90855E (or 0x90855E) is known color: Granite Green. HEX triplet: 90, 85 and 5E. RGB value is (144,133,94). Sum of RGB (Red+Green+Blue) = 144+133+94=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90855E is #6F7AA1. Grayscale: #848484. Windows color (decimal): -7305890 or 6194576. OLE color: 6194576.
HSL color Cylindrical-coordinate representation of color #90855E: hue angle of 46.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90855E is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 94 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.44 |
| HSL | 46.8º | 0.21% | 0.47% | - |
| HSV(B) | 46.8º | 0.35% | 0.56% | - |
| XYZ | 21.91 | 23.51 | 13.97 | - |
| YUV | 131.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 94 | 0 | 0.08 | 0.35 | 0.44 | 46.8 | 0.21 | 0.47 |
| Hex | 90 | 85 | 5E | 0 | 8 | 23 | 2C | 2F | 15 | 2F |
| Octal | 220 | 205 | 136 | 0 | 10 | 43 | 54 | 57 | 25 | 57 |
| Binary | 10010000 | 10000101 | 1011110 | 0 | 1000 | 100011 | 101100 | 101111 | 10101 | 101111 |
Color Harmonies of #90855E
Complementary color
Monochromatic Colors of #90855E
Black with #90855E
Text Example
Text Example
White with #90855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90855E; }
p { color: rgb(144,133,94); }
H1.HeaderClassName
{
color: #90855E;
}
.AnyTagClassName
{
color: #90855E;
}
</style>
background-color css
<style>
a { background-color: #90855E; }
a { background-color: rgb(144,133,94); }
div.DivClassName
{
background-color: #90855E;
}
.BgClassName
{
background-color: #90855E;
}
</style>
border-color css
<style>
span { border-color: #90855E; }
span { border-color: rgb(144,133,94); }
td.TdClassName
{
border-color: #90855E;
}
.TagClassName
{
border-color: #90855E;
}
</style>