Shades of Granite Green #928261
Tints of Granite Green #928261
RGB
CMYK
RGB Variations
Color information
#928261 (or 0x928261) is known color: Granite Green. HEX triplet: 92, 82 and 61. RGB value is (146,130,97). Sum of RGB (Red+Green+Blue) = 146+130+97=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #928261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928261 is #6D7D9E. Grayscale: #838383. Windows color (decimal): -7175583 or 6390418. OLE color: 6390418.
HSL color Cylindrical-coordinate representation of color #928261: hue angle of 40.41º 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 #928261 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 97 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.43 |
| HSL | 40.41º | 0.2% | 0.48% | - |
| HSV(B) | 40.41º | 0.34% | 0.57% | - |
| XYZ | 21.99 | 22.94 | 14.58 | - |
| YUV | 131.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 97 | 0 | 0.11 | 0.34 | 0.43 | 40.41 | 0.2 | 0.48 |
| Hex | 92 | 82 | 61 | 0 | B | 22 | 2B | 28 | 14 | 30 |
| Octal | 222 | 202 | 141 | 0 | 13 | 42 | 53 | 50 | 24 | 60 |
| Binary | 10010010 | 10000010 | 1100001 | 0 | 1011 | 100010 | 101011 | 101000 | 10100 | 110000 |
Color Harmonies of #928261
Complementary color
Monochromatic Colors of #928261
Black with #928261
Text Example
Text Example
White with #928261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928261; }
p { color: rgb(146,130,97); }
H1.HeaderClassName
{
color: #928261;
}
.AnyTagClassName
{
color: #928261;
}
</style>
background-color css
<style>
a { background-color: #928261; }
a { background-color: rgb(146,130,97); }
div.DivClassName
{
background-color: #928261;
}
.BgClassName
{
background-color: #928261;
}
</style>
border-color css
<style>
span { border-color: #928261; }
span { border-color: rgb(146,130,97); }
td.TdClassName
{
border-color: #928261;
}
.TagClassName
{
border-color: #928261;
}
</style>