Shades of Granite Green #928666
Tints of Granite Green #928666
RGB
CMYK
RGB Variations
Color information
#928666 (or 0x928666) is known color: Granite Green. HEX triplet: 92, 86 and 66. RGB value is (146,134,102). Sum of RGB (Red+Green+Blue) = 146+134+102=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #928666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928666 is #6D7999. Grayscale: #868686. Windows color (decimal): -7174554 or 6719122. OLE color: 6719122.
HSL color Cylindrical-coordinate representation of color #928666: hue angle of 43.64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928666 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 102 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.43 |
| HSL | 43.64º | 0.18% | 0.49% | - |
| HSV(B) | 43.64º | 0.3% | 0.57% | - |
| XYZ | 22.78 | 24.12 | 16.03 | - |
| YUV | 133.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 102 | 0 | 0.08 | 0.30 | 0.43 | 43.64 | 0.18 | 0.49 |
| Hex | 92 | 86 | 66 | 0 | 8 | 1E | 2B | 2C | 12 | 31 |
| Octal | 222 | 206 | 146 | 0 | 10 | 36 | 53 | 54 | 22 | 61 |
| Binary | 10010010 | 10000110 | 1100110 | 0 | 1000 | 11110 | 101011 | 101100 | 10010 | 110001 |
Color Harmonies of #928666
Complementary color
Monochromatic Colors of #928666
Black with #928666
Text Example
Text Example
White with #928666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928666; }
p { color: rgb(146,134,102); }
H1.HeaderClassName
{
color: #928666;
}
.AnyTagClassName
{
color: #928666;
}
</style>
background-color css
<style>
a { background-color: #928666; }
a { background-color: rgb(146,134,102); }
div.DivClassName
{
background-color: #928666;
}
.BgClassName
{
background-color: #928666;
}
</style>
border-color css
<style>
span { border-color: #928666; }
span { border-color: rgb(146,134,102); }
td.TdClassName
{
border-color: #928666;
}
.TagClassName
{
border-color: #928666;
}
</style>