Shades of Granite Green #92856B
Tints of Granite Green #92856B
RGB
CMYK
RGB Variations
Color information
#92856B (or 0x92856B) is known color: Granite Green. HEX triplet: 92, 85 and 6B. RGB value is (146,133,107). Sum of RGB (Red+Green+Blue) = 146+133+107=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #92856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92856B is #6D7A94. Grayscale: #868686. Windows color (decimal): -7174805 or 7046546. OLE color: 7046546.
HSL color Cylindrical-coordinate representation of color #92856B: hue angle of 40º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92856B is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 107 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.43 |
| HSL | 40º | 0.15% | 0.5% | - |
| HSV(B) | 40º | 0.27% | 0.57% | - |
| XYZ | 22.9 | 23.95 | 17.33 | - |
| YUV | 133.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 107 | 0 | 0.09 | 0.27 | 0.43 | 40 | 0.15 | 0.5 |
| Hex | 92 | 85 | 6B | 0 | 9 | 1B | 2B | 28 | F | 32 |
| Octal | 222 | 205 | 153 | 0 | 11 | 33 | 53 | 50 | 17 | 62 |
| Binary | 10010010 | 10000101 | 1101011 | 0 | 1001 | 11011 | 101011 | 101000 | 1111 | 110010 |
Color Harmonies of #92856B
Complementary color
Monochromatic Colors of #92856B
Black with #92856B
Text Example
Text Example
White with #92856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92856B; }
p { color: rgb(146,133,107); }
H1.HeaderClassName
{
color: #92856B;
}
.AnyTagClassName
{
color: #92856B;
}
</style>
background-color css
<style>
a { background-color: #92856B; }
a { background-color: rgb(146,133,107); }
div.DivClassName
{
background-color: #92856B;
}
.BgClassName
{
background-color: #92856B;
}
</style>
border-color css
<style>
span { border-color: #92856B; }
span { border-color: rgb(146,133,107); }
td.TdClassName
{
border-color: #92856B;
}
.TagClassName
{
border-color: #92856B;
}
</style>