Shades of Granite Green #92856C
Tints of Granite Green #92856C
RGB
CMYK
RGB Variations
Color information
#92856C (or 0x92856C) is known color: Granite Green. HEX triplet: 92, 85 and 6C. RGB value is (146,133,108). Sum of RGB (Red+Green+Blue) = 146+133+108=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #92856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92856C is #6D7A93. Grayscale: #868686. Windows color (decimal): -7174804 or 7112082. OLE color: 7112082.
HSL color Cylindrical-coordinate representation of color #92856C: hue angle of 39.47º 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 #92856C is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 108 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.43 |
| HSL | 39.47º | 0.15% | 0.5% | - |
| HSV(B) | 39.47º | 0.26% | 0.57% | - |
| XYZ | 22.95 | 23.97 | 17.6 | - |
| YUV | 134.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 108 | 0 | 0.09 | 0.26 | 0.43 | 39.47 | 0.15 | 0.5 |
| Hex | 92 | 85 | 6C | 0 | 9 | 1A | 2B | 27 | F | 32 |
| Octal | 222 | 205 | 154 | 0 | 11 | 32 | 53 | 47 | 17 | 62 |
| Binary | 10010010 | 10000101 | 1101100 | 0 | 1001 | 11010 | 101011 | 100111 | 1111 | 110010 |
Color Harmonies of #92856C
Complementary color
Monochromatic Colors of #92856C
Black with #92856C
Text Example
Text Example
White with #92856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92856C; }
p { color: rgb(146,133,108); }
H1.HeaderClassName
{
color: #92856C;
}
.AnyTagClassName
{
color: #92856C;
}
</style>
background-color css
<style>
a { background-color: #92856C; }
a { background-color: rgb(146,133,108); }
div.DivClassName
{
background-color: #92856C;
}
.BgClassName
{
background-color: #92856C;
}
</style>
border-color css
<style>
span { border-color: #92856C; }
span { border-color: rgb(146,133,108); }
td.TdClassName
{
border-color: #92856C;
}
.TagClassName
{
border-color: #92856C;
}
</style>