Shades of Woodland #666F49
Tints of Woodland #666F49
RGB
CMYK
RGB Variations
Color information
#666F49 (or 0x666F49) is known color: Woodland. HEX triplet: 66, 6F and 49. RGB value is (102,111,73). Sum of RGB (Red+Green+Blue) = 102+111+73=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #666F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F49 is #9990B6. Grayscale: #686868. Windows color (decimal): -10064055 or 4812646. OLE color: 4812646.
HSL color Cylindrical-coordinate representation of color #666F49: hue angle of 74.21º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #666F49 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 73 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.56 |
| HSL | 74.21º | 0.21% | 0.36% | - |
| HSV(B) | 74.21º | 0.34% | 0.44% | - |
| XYZ | 12.37 | 14.67 | 8.48 | - |
| YUV | 103.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 73 | 0.08 | 0 | 0.34 | 0.56 | 74.21 | 0.21 | 0.36 |
| Hex | 66 | 6F | 49 | 8 | 0 | 22 | 38 | 4A | 15 | 24 |
| Octal | 146 | 157 | 111 | 10 | 0 | 42 | 70 | 112 | 25 | 44 |
| Binary | 1100110 | 1101111 | 1001001 | 1000 | 0 | 100010 | 111000 | 1001010 | 10101 | 100100 |
Color Harmonies of #666F49
Complementary color
Monochromatic Colors of #666F49
Black with #666F49
Text Example
Text Example
White with #666F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F49; }
p { color: rgb(102,111,73); }
H1.HeaderClassName
{
color: #666F49;
}
.AnyTagClassName
{
color: #666F49;
}
</style>
background-color css
<style>
a { background-color: #666F49; }
a { background-color: rgb(102,111,73); }
div.DivClassName
{
background-color: #666F49;
}
.BgClassName
{
background-color: #666F49;
}
</style>
border-color css
<style>
span { border-color: #666F49; }
span { border-color: rgb(102,111,73); }
td.TdClassName
{
border-color: #666F49;
}
.TagClassName
{
border-color: #666F49;
}
</style>