Shades of Granite Green #90845D
Tints of Granite Green #90845D
RGB
CMYK
RGB Variations
Color information
#90845D (or 0x90845D) is known color: Granite Green. HEX triplet: 90, 84 and 5D. RGB value is (144,132,93). Sum of RGB (Red+Green+Blue) = 144+132+93=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #90845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90845D is #6F7BA2. Grayscale: #838383. Windows color (decimal): -7306147 or 6128784. OLE color: 6128784.
HSL color Cylindrical-coordinate representation of color #90845D: hue angle of 45.88º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90845D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 93 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.44 |
| HSL | 45.88º | 0.22% | 0.46% | - |
| HSV(B) | 45.88º | 0.35% | 0.56% | - |
| XYZ | 21.73 | 23.22 | 13.69 | - |
| YUV | 131.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 93 | 0 | 0.08 | 0.35 | 0.44 | 45.88 | 0.22 | 0.46 |
| Hex | 90 | 84 | 5D | 0 | 8 | 23 | 2C | 2E | 16 | 2E |
| Octal | 220 | 204 | 135 | 0 | 10 | 43 | 54 | 56 | 26 | 56 |
| Binary | 10010000 | 10000100 | 1011101 | 0 | 1000 | 100011 | 101100 | 101110 | 10110 | 101110 |
Color Harmonies of #90845D
Complementary color
Monochromatic Colors of #90845D
Black with #90845D
Text Example
Text Example
White with #90845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90845D; }
p { color: rgb(144,132,93); }
H1.HeaderClassName
{
color: #90845D;
}
.AnyTagClassName
{
color: #90845D;
}
</style>
background-color css
<style>
a { background-color: #90845D; }
a { background-color: rgb(144,132,93); }
div.DivClassName
{
background-color: #90845D;
}
.BgClassName
{
background-color: #90845D;
}
</style>
border-color css
<style>
span { border-color: #90845D; }
span { border-color: rgb(144,132,93); }
td.TdClassName
{
border-color: #90845D;
}
.TagClassName
{
border-color: #90845D;
}
</style>