Shades of Granite Green #90846A
Tints of Granite Green #90846A
RGB
CMYK
RGB Variations
Color information
#90846A (or 0x90846A) is known color: Granite Green. HEX triplet: 90, 84 and 6A. RGB value is (144,132,106). Sum of RGB (Red+Green+Blue) = 144+132+106=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #90846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90846A is #6F7B95. Grayscale: #848484. Windows color (decimal): -7306134 or 6980752. OLE color: 6980752.
HSL color Cylindrical-coordinate representation of color #90846A: hue angle of 41.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90846A is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 106 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.44 |
| HSL | 41.05º | 0.15% | 0.49% | - |
| HSV(B) | 41.05º | 0.26% | 0.56% | - |
| XYZ | 22.35 | 23.47 | 16.99 | - |
| YUV | 132.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 106 | 0 | 0.08 | 0.26 | 0.44 | 41.05 | 0.15 | 0.49 |
| Hex | 90 | 84 | 6A | 0 | 8 | 1A | 2C | 29 | F | 31 |
| Octal | 220 | 204 | 152 | 0 | 10 | 32 | 54 | 51 | 17 | 61 |
| Binary | 10010000 | 10000100 | 1101010 | 0 | 1000 | 11010 | 101100 | 101001 | 1111 | 110001 |
Color Harmonies of #90846A
Complementary color
Monochromatic Colors of #90846A
Black with #90846A
Text Example
Text Example
White with #90846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90846A; }
p { color: rgb(144,132,106); }
H1.HeaderClassName
{
color: #90846A;
}
.AnyTagClassName
{
color: #90846A;
}
</style>
background-color css
<style>
a { background-color: #90846A; }
a { background-color: rgb(144,132,106); }
div.DivClassName
{
background-color: #90846A;
}
.BgClassName
{
background-color: #90846A;
}
</style>
border-color css
<style>
span { border-color: #90846A; }
span { border-color: rgb(144,132,106); }
td.TdClassName
{
border-color: #90846A;
}
.TagClassName
{
border-color: #90846A;
}
</style>