Shades of Granite Green #90846C
Tints of Granite Green #90846C
RGB
CMYK
RGB Variations
Color information
#90846C (or 0x90846C) is known color: Granite Green. HEX triplet: 90, 84 and 6C. RGB value is (144,132,108). Sum of RGB (Red+Green+Blue) = 144+132+108=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #90846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90846C is #6F7B93. Grayscale: #848484. Windows color (decimal): -7306132 or 7111824. OLE color: 7111824.
HSL color Cylindrical-coordinate representation of color #90846C: hue angle of 40º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90846C is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 108 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.44 |
| HSL | 40º | 0.14% | 0.49% | - |
| HSV(B) | 40º | 0.25% | 0.56% | - |
| XYZ | 22.46 | 23.51 | 17.54 | - |
| YUV | 132.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 108 | 0 | 0.08 | 0.25 | 0.44 | 40 | 0.14 | 0.49 |
| Hex | 90 | 84 | 6C | 0 | 8 | 19 | 2C | 28 | E | 31 |
| Octal | 220 | 204 | 154 | 0 | 10 | 31 | 54 | 50 | 16 | 61 |
| Binary | 10010000 | 10000100 | 1101100 | 0 | 1000 | 11001 | 101100 | 101000 | 1110 | 110001 |
Color Harmonies of #90846C
Complementary color
Monochromatic Colors of #90846C
Black with #90846C
Text Example
Text Example
White with #90846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90846C; }
p { color: rgb(144,132,108); }
H1.HeaderClassName
{
color: #90846C;
}
.AnyTagClassName
{
color: #90846C;
}
</style>
background-color css
<style>
a { background-color: #90846C; }
a { background-color: rgb(144,132,108); }
div.DivClassName
{
background-color: #90846C;
}
.BgClassName
{
background-color: #90846C;
}
</style>
border-color css
<style>
span { border-color: #90846C; }
span { border-color: rgb(144,132,108); }
td.TdClassName
{
border-color: #90846C;
}
.TagClassName
{
border-color: #90846C;
}
</style>