Shades of Granite Green #928263
Tints of Granite Green #928263
RGB
CMYK
RGB Variations
Color information
#928263 (or 0x928263) is known color: Granite Green. HEX triplet: 92, 82 and 63. RGB value is (146,130,99). Sum of RGB (Red+Green+Blue) = 146+130+99=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #928263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928263 is #6D7D9C. Grayscale: #838383. Windows color (decimal): -7175581 or 6521490. OLE color: 6521490.
HSL color Cylindrical-coordinate representation of color #928263: hue angle of 39.57º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928263 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 99 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.43 |
| HSL | 39.57º | 0.19% | 0.48% | - |
| HSV(B) | 39.57º | 0.32% | 0.57% | - |
| XYZ | 22.09 | 22.98 | 15.08 | - |
| YUV | 131.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 99 | 0 | 0.11 | 0.32 | 0.43 | 39.57 | 0.19 | 0.48 |
| Hex | 92 | 82 | 63 | 0 | B | 20 | 2B | 28 | 13 | 30 |
| Octal | 222 | 202 | 143 | 0 | 13 | 40 | 53 | 50 | 23 | 60 |
| Binary | 10010010 | 10000010 | 1100011 | 0 | 1011 | 100000 | 101011 | 101000 | 10011 | 110000 |
Color Harmonies of #928263
Complementary color
Monochromatic Colors of #928263
Black with #928263
Text Example
Text Example
White with #928263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928263; }
p { color: rgb(146,130,99); }
H1.HeaderClassName
{
color: #928263;
}
.AnyTagClassName
{
color: #928263;
}
</style>
background-color css
<style>
a { background-color: #928263; }
a { background-color: rgb(146,130,99); }
div.DivClassName
{
background-color: #928263;
}
.BgClassName
{
background-color: #928263;
}
</style>
border-color css
<style>
span { border-color: #928263; }
span { border-color: rgb(146,130,99); }
td.TdClassName
{
border-color: #928263;
}
.TagClassName
{
border-color: #928263;
}
</style>