Shades of Granite Green #928461
Tints of Granite Green #928461
RGB
CMYK
RGB Variations
Color information
#928461 (or 0x928461) is known color: Granite Green. HEX triplet: 92, 84 and 61. RGB value is (146,132,97). Sum of RGB (Red+Green+Blue) = 146+132+97=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #928461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928461 is #6D7B9E. Grayscale: #848484. Windows color (decimal): -7175071 or 6390930. OLE color: 6390930.
HSL color Cylindrical-coordinate representation of color #928461: hue angle of 42.86º 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 #928461 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 97 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.43 |
| HSL | 42.86º | 0.2% | 0.48% | - |
| HSV(B) | 42.86º | 0.34% | 0.57% | - |
| XYZ | 22.26 | 23.48 | 14.67 | - |
| YUV | 132.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 97 | 0 | 0.10 | 0.34 | 0.43 | 42.86 | 0.2 | 0.48 |
| Hex | 92 | 84 | 61 | 0 | A | 22 | 2B | 2B | 14 | 30 |
| Octal | 222 | 204 | 141 | 0 | 12 | 42 | 53 | 53 | 24 | 60 |
| Binary | 10010010 | 10000100 | 1100001 | 0 | 1010 | 100010 | 101011 | 101011 | 10100 | 110000 |
Color Harmonies of #928461
Complementary color
Monochromatic Colors of #928461
Black with #928461
Text Example
Text Example
White with #928461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928461; }
p { color: rgb(146,132,97); }
H1.HeaderClassName
{
color: #928461;
}
.AnyTagClassName
{
color: #928461;
}
</style>
background-color css
<style>
a { background-color: #928461; }
a { background-color: rgb(146,132,97); }
div.DivClassName
{
background-color: #928461;
}
.BgClassName
{
background-color: #928461;
}
</style>
border-color css
<style>
span { border-color: #928461; }
span { border-color: rgb(146,132,97); }
td.TdClassName
{
border-color: #928461;
}
.TagClassName
{
border-color: #928461;
}
</style>