Shades of Woodland #666E3E
Tints of Woodland #666E3E
RGB
CMYK
RGB Variations
Color information
#666E3E (or 0x666E3E) is known color: Woodland. HEX triplet: 66, 6E and 3E. RGB value is (102,110,62). Sum of RGB (Red+Green+Blue) = 102+110+62=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 110 - color contains mainly: green. Hex color #666E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666E3E is #9991C1. Grayscale: #666666. Windows color (decimal): -10064322 or 4091494. OLE color: 4091494.
HSL color Cylindrical-coordinate representation of color #666E3E: hue angle of 70º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #666E3E is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 62 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.57 |
| HSL | 70º | 0.28% | 0.34% | - |
| HSV(B) | 70º | 0.44% | 0.43% | - |
| XYZ | 11.92 | 14.32 | 6.69 | - |
| YUV | 102.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 62 | 0.07 | 0 | 0.44 | 0.57 | 70 | 0.28 | 0.34 |
| Hex | 66 | 6E | 3E | 7 | 0 | 2C | 39 | 46 | 1C | 22 |
| Octal | 146 | 156 | 76 | 7 | 0 | 54 | 71 | 106 | 34 | 42 |
| Binary | 1100110 | 1101110 | 111110 | 111 | 0 | 101100 | 111001 | 1000110 | 11100 | 100010 |
Color Harmonies of #666E3E
Complementary color
Monochromatic Colors of #666E3E
Black with #666E3E
Text Example
Text Example
White with #666E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E3E; }
p { color: rgb(102,110,62); }
H1.HeaderClassName
{
color: #666E3E;
}
.AnyTagClassName
{
color: #666E3E;
}
</style>
background-color css
<style>
a { background-color: #666E3E; }
a { background-color: rgb(102,110,62); }
div.DivClassName
{
background-color: #666E3E;
}
.BgClassName
{
background-color: #666E3E;
}
</style>
border-color css
<style>
span { border-color: #666E3E; }
span { border-color: rgb(102,110,62); }
td.TdClassName
{
border-color: #666E3E;
}
.TagClassName
{
border-color: #666E3E;
}
</style>