Shades of Granite Green #90846B
Tints of Granite Green #90846B
RGB
CMYK
RGB Variations
Color information
#90846B (or 0x90846B) is known color: Granite Green. HEX triplet: 90, 84 and 6B. RGB value is (144,132,107). Sum of RGB (Red+Green+Blue) = 144+132+107=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90846B is #6F7B94. Grayscale: #848484. Windows color (decimal): -7306133 or 7046288. OLE color: 7046288.
HSL color Cylindrical-coordinate representation of color #90846B: hue angle of 40.54º 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 #90846B is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 107 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.44 |
| HSL | 40.54º | 0.15% | 0.49% | - |
| HSV(B) | 40.54º | 0.26% | 0.56% | - |
| XYZ | 22.41 | 23.49 | 17.26 | - |
| YUV | 132.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 107 | 0 | 0.08 | 0.26 | 0.44 | 40.54 | 0.15 | 0.49 |
| Hex | 90 | 84 | 6B | 0 | 8 | 1A | 2C | 29 | F | 31 |
| Octal | 220 | 204 | 153 | 0 | 10 | 32 | 54 | 51 | 17 | 61 |
| Binary | 10010000 | 10000100 | 1101011 | 0 | 1000 | 11010 | 101100 | 101001 | 1111 | 110001 |
Color Harmonies of #90846B
Complementary color
Monochromatic Colors of #90846B
Black with #90846B
Text Example
Text Example
White with #90846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90846B; }
p { color: rgb(144,132,107); }
H1.HeaderClassName
{
color: #90846B;
}
.AnyTagClassName
{
color: #90846B;
}
</style>
background-color css
<style>
a { background-color: #90846B; }
a { background-color: rgb(144,132,107); }
div.DivClassName
{
background-color: #90846B;
}
.BgClassName
{
background-color: #90846B;
}
</style>
border-color css
<style>
span { border-color: #90846B; }
span { border-color: rgb(144,132,107); }
td.TdClassName
{
border-color: #90846B;
}
.TagClassName
{
border-color: #90846B;
}
</style>