Shades of Granite Green #908666
Tints of Granite Green #908666
RGB
CMYK
RGB Variations
Color information
#908666 (or 0x908666) is known color: Granite Green. HEX triplet: 90, 86 and 66. RGB value is (144,134,102). Sum of RGB (Red+Green+Blue) = 144+134+102=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #908666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908666 is #6F7999. Grayscale: #858585. Windows color (decimal): -7305626 or 6719120. OLE color: 6719120.
HSL color Cylindrical-coordinate representation of color #908666: hue angle of 45.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #908666 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 102 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.44 |
| HSL | 45.71º | 0.17% | 0.48% | - |
| HSV(B) | 45.71º | 0.29% | 0.56% | - |
| XYZ | 22.42 | 23.94 | 16.01 | - |
| YUV | 133.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 102 | 0 | 0.07 | 0.29 | 0.44 | 45.71 | 0.17 | 0.48 |
| Hex | 90 | 86 | 66 | 0 | 7 | 1D | 2C | 2E | 11 | 30 |
| Octal | 220 | 206 | 146 | 0 | 7 | 35 | 54 | 56 | 21 | 60 |
| Binary | 10010000 | 10000110 | 1100110 | 0 | 111 | 11101 | 101100 | 101110 | 10001 | 110000 |
Color Harmonies of #908666
Complementary color
Monochromatic Colors of #908666
Black with #908666
Text Example
Text Example
White with #908666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908666; }
p { color: rgb(144,134,102); }
H1.HeaderClassName
{
color: #908666;
}
.AnyTagClassName
{
color: #908666;
}
</style>
background-color css
<style>
a { background-color: #908666; }
a { background-color: rgb(144,134,102); }
div.DivClassName
{
background-color: #908666;
}
.BgClassName
{
background-color: #908666;
}
</style>
border-color css
<style>
span { border-color: #908666; }
span { border-color: rgb(144,134,102); }
td.TdClassName
{
border-color: #908666;
}
.TagClassName
{
border-color: #908666;
}
</style>