Shades of Granite Green #928561
Tints of Granite Green #928561
RGB
CMYK
RGB Variations
Color information
#928561 (or 0x928561) is known color: Granite Green. HEX triplet: 92, 85 and 61. RGB value is (146,133,97). Sum of RGB (Red+Green+Blue) = 146+133+97=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #928561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928561 is #6D7A9E. Grayscale: #848484. Windows color (decimal): -7174815 or 6391186. OLE color: 6391186.
HSL color Cylindrical-coordinate representation of color #928561: hue angle of 44.08º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928561 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 97 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.43 |
| HSL | 44.08º | 0.2% | 0.48% | - |
| HSV(B) | 44.08º | 0.34% | 0.57% | - |
| XYZ | 22.4 | 23.75 | 14.71 | - |
| YUV | 132.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 97 | 0 | 0.09 | 0.34 | 0.43 | 44.08 | 0.2 | 0.48 |
| Hex | 92 | 85 | 61 | 0 | 9 | 22 | 2B | 2C | 14 | 30 |
| Octal | 222 | 205 | 141 | 0 | 11 | 42 | 53 | 54 | 24 | 60 |
| Binary | 10010010 | 10000101 | 1100001 | 0 | 1001 | 100010 | 101011 | 101100 | 10100 | 110000 |
Color Harmonies of #928561
Complementary color
Monochromatic Colors of #928561
Black with #928561
Text Example
Text Example
White with #928561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928561; }
p { color: rgb(146,133,97); }
H1.HeaderClassName
{
color: #928561;
}
.AnyTagClassName
{
color: #928561;
}
</style>
background-color css
<style>
a { background-color: #928561; }
a { background-color: rgb(146,133,97); }
div.DivClassName
{
background-color: #928561;
}
.BgClassName
{
background-color: #928561;
}
</style>
border-color css
<style>
span { border-color: #928561; }
span { border-color: rgb(146,133,97); }
td.TdClassName
{
border-color: #928561;
}
.TagClassName
{
border-color: #928561;
}
</style>