Shades of Granite Green #92886C
Tints of Granite Green #92886C
RGB
CMYK
RGB Variations
Color information
#92886C (or 0x92886C) is known color: Granite Green. HEX triplet: 92, 88 and 6C. RGB value is (146,136,108). Sum of RGB (Red+Green+Blue) = 146+136+108=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #92886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92886C is #6D7793. Grayscale: #878787. Windows color (decimal): -7174036 or 7112850. OLE color: 7112850.
HSL color Cylindrical-coordinate representation of color #92886C: hue angle of 44.21º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92886C is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 108 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.43 |
| HSL | 44.21º | 0.15% | 0.5% | - |
| HSV(B) | 44.21º | 0.26% | 0.57% | - |
| XYZ | 23.37 | 24.8 | 17.74 | - |
| YUV | 135.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 108 | 0 | 0.07 | 0.26 | 0.43 | 44.21 | 0.15 | 0.5 |
| Hex | 92 | 88 | 6C | 0 | 7 | 1A | 2B | 2C | F | 32 |
| Octal | 222 | 210 | 154 | 0 | 7 | 32 | 53 | 54 | 17 | 62 |
| Binary | 10010010 | 10001000 | 1101100 | 0 | 111 | 11010 | 101011 | 101100 | 1111 | 110010 |
Color Harmonies of #92886C
Complementary color
Monochromatic Colors of #92886C
Black with #92886C
Text Example
Text Example
White with #92886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92886C; }
p { color: rgb(146,136,108); }
H1.HeaderClassName
{
color: #92886C;
}
.AnyTagClassName
{
color: #92886C;
}
</style>
background-color css
<style>
a { background-color: #92886C; }
a { background-color: rgb(146,136,108); }
div.DivClassName
{
background-color: #92886C;
}
.BgClassName
{
background-color: #92886C;
}
</style>
border-color css
<style>
span { border-color: #92886C; }
span { border-color: rgb(146,136,108); }
td.TdClassName
{
border-color: #92886C;
}
.TagClassName
{
border-color: #92886C;
}
</style>