Shades of Granite Green #928463
Tints of Granite Green #928463
RGB
CMYK
RGB Variations
Color information
#928463 (or 0x928463) is known color: Granite Green. HEX triplet: 92, 84 and 63. RGB value is (146,132,99). Sum of RGB (Red+Green+Blue) = 146+132+99=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #928463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928463 is #6D7B9C. Grayscale: #848484. Windows color (decimal): -7175069 or 6522002. OLE color: 6522002.
HSL color Cylindrical-coordinate representation of color #928463: hue angle of 42.13º 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 #928463 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 99 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.43 |
| HSL | 42.13º | 0.19% | 0.48% | - |
| HSV(B) | 42.13º | 0.32% | 0.57% | - |
| XYZ | 22.36 | 23.51 | 15.16 | - |
| YUV | 132.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 99 | 0 | 0.10 | 0.32 | 0.43 | 42.13 | 0.19 | 0.48 |
| Hex | 92 | 84 | 63 | 0 | A | 20 | 2B | 2A | 13 | 30 |
| Octal | 222 | 204 | 143 | 0 | 12 | 40 | 53 | 52 | 23 | 60 |
| Binary | 10010010 | 10000100 | 1100011 | 0 | 1010 | 100000 | 101011 | 101010 | 10011 | 110000 |
Color Harmonies of #928463
Complementary color
Monochromatic Colors of #928463
Black with #928463
Text Example
Text Example
White with #928463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928463; }
p { color: rgb(146,132,99); }
H1.HeaderClassName
{
color: #928463;
}
.AnyTagClassName
{
color: #928463;
}
</style>
background-color css
<style>
a { background-color: #928463; }
a { background-color: rgb(146,132,99); }
div.DivClassName
{
background-color: #928463;
}
.BgClassName
{
background-color: #928463;
}
</style>
border-color css
<style>
span { border-color: #928463; }
span { border-color: rgb(146,132,99); }
td.TdClassName
{
border-color: #928463;
}
.TagClassName
{
border-color: #928463;
}
</style>