Shades of Granite Green #90866B
Tints of Granite Green #90866B
RGB
CMYK
RGB Variations
Color information
#90866B (or 0x90866B) is known color: Granite Green. HEX triplet: 90, 86 and 6B. RGB value is (144,134,107). Sum of RGB (Red+Green+Blue) = 144+134+107=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90866B is #6F7994. Grayscale: #868686. Windows color (decimal): -7305621 or 7046800. OLE color: 7046800.
HSL color Cylindrical-coordinate representation of color #90866B: hue angle of 43.78º 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 #90866B is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 107 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.44 |
| HSL | 43.78º | 0.15% | 0.49% | - |
| HSV(B) | 43.78º | 0.26% | 0.56% | - |
| XYZ | 22.68 | 24.04 | 17.35 | - |
| YUV | 133.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 107 | 0 | 0.07 | 0.26 | 0.44 | 43.78 | 0.15 | 0.49 |
| Hex | 90 | 86 | 6B | 0 | 7 | 1A | 2C | 2C | F | 31 |
| Octal | 220 | 206 | 153 | 0 | 7 | 32 | 54 | 54 | 17 | 61 |
| Binary | 10010000 | 10000110 | 1101011 | 0 | 111 | 11010 | 101100 | 101100 | 1111 | 110001 |
Color Harmonies of #90866B
Complementary color
Monochromatic Colors of #90866B
Black with #90866B
Text Example
Text Example
White with #90866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90866B; }
p { color: rgb(144,134,107); }
H1.HeaderClassName
{
color: #90866B;
}
.AnyTagClassName
{
color: #90866B;
}
</style>
background-color css
<style>
a { background-color: #90866B; }
a { background-color: rgb(144,134,107); }
div.DivClassName
{
background-color: #90866B;
}
.BgClassName
{
background-color: #90866B;
}
</style>
border-color css
<style>
span { border-color: #90866B; }
span { border-color: rgb(144,134,107); }
td.TdClassName
{
border-color: #90866B;
}
.TagClassName
{
border-color: #90866B;
}
</style>