Shades of Granite Green #92866C
Tints of Granite Green #92866C
RGB
CMYK
RGB Variations
Color information
#92866C (or 0x92866C) is known color: Granite Green. HEX triplet: 92, 86 and 6C. RGB value is (146,134,108). Sum of RGB (Red+Green+Blue) = 146+134+108=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #92866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92866C is #6D7993. Grayscale: #868686. Windows color (decimal): -7174548 or 7112338. OLE color: 7112338.
HSL color Cylindrical-coordinate representation of color #92866C: hue angle of 41.05º 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 #92866C is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 108 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.43 |
| HSL | 41.05º | 0.15% | 0.5% | - |
| HSV(B) | 41.05º | 0.26% | 0.57% | - |
| XYZ | 23.09 | 24.24 | 17.65 | - |
| YUV | 134.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 108 | 0 | 0.08 | 0.26 | 0.43 | 41.05 | 0.15 | 0.5 |
| Hex | 92 | 86 | 6C | 0 | 8 | 1A | 2B | 29 | F | 32 |
| Octal | 222 | 206 | 154 | 0 | 10 | 32 | 53 | 51 | 17 | 62 |
| Binary | 10010010 | 10000110 | 1101100 | 0 | 1000 | 11010 | 101011 | 101001 | 1111 | 110010 |
Color Harmonies of #92866C
Complementary color
Monochromatic Colors of #92866C
Black with #92866C
Text Example
Text Example
White with #92866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92866C; }
p { color: rgb(146,134,108); }
H1.HeaderClassName
{
color: #92866C;
}
.AnyTagClassName
{
color: #92866C;
}
</style>
background-color css
<style>
a { background-color: #92866C; }
a { background-color: rgb(146,134,108); }
div.DivClassName
{
background-color: #92866C;
}
.BgClassName
{
background-color: #92866C;
}
</style>
border-color css
<style>
span { border-color: #92866C; }
span { border-color: rgb(146,134,108); }
td.TdClassName
{
border-color: #92866C;
}
.TagClassName
{
border-color: #92866C;
}
</style>