Shades of Granite Green #90865D
Tints of Granite Green #90865D
RGB
CMYK
RGB Variations
Color information
#90865D (or 0x90865D) is known color: Granite Green. HEX triplet: 90, 86 and 5D. RGB value is (144,134,93). Sum of RGB (Red+Green+Blue) = 144+134+93=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90865D is #6F79A2. Grayscale: #848484. Windows color (decimal): -7305635 or 6129296. OLE color: 6129296.
HSL color Cylindrical-coordinate representation of color #90865D: hue angle of 48.24º 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 #90865D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 93 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.44 |
| HSL | 48.24º | 0.22% | 0.46% | - |
| HSV(B) | 48.24º | 0.35% | 0.56% | - |
| XYZ | 22 | 23.77 | 13.78 | - |
| YUV | 132.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 93 | 0 | 0.07 | 0.35 | 0.44 | 48.24 | 0.22 | 0.46 |
| Hex | 90 | 86 | 5D | 0 | 7 | 23 | 2C | 30 | 16 | 2E |
| Octal | 220 | 206 | 135 | 0 | 7 | 43 | 54 | 60 | 26 | 56 |
| Binary | 10010000 | 10000110 | 1011101 | 0 | 111 | 100011 | 101100 | 110000 | 10110 | 101110 |
Color Harmonies of #90865D
Complementary color
Monochromatic Colors of #90865D
Black with #90865D
Text Example
Text Example
White with #90865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90865D; }
p { color: rgb(144,134,93); }
H1.HeaderClassName
{
color: #90865D;
}
.AnyTagClassName
{
color: #90865D;
}
</style>
background-color css
<style>
a { background-color: #90865D; }
a { background-color: rgb(144,134,93); }
div.DivClassName
{
background-color: #90865D;
}
.BgClassName
{
background-color: #90865D;
}
</style>
border-color css
<style>
span { border-color: #90865D; }
span { border-color: rgb(144,134,93); }
td.TdClassName
{
border-color: #90865D;
}
.TagClassName
{
border-color: #90865D;
}
</style>