Shades of Woodland #666D47
Tints of Woodland #666D47
RGB
CMYK
RGB Variations
Color information
#666D47 (or 0x666D47) is known color: Woodland. HEX triplet: 66, 6D and 47. RGB value is (102,109,71). Sum of RGB (Red+Green+Blue) = 102+109+71=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 109 - color contains mainly: green. Hex color #666D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D47 is #9992B8. Grayscale: #666666. Windows color (decimal): -10064569 or 4681062. OLE color: 4681062.
HSL color Cylindrical-coordinate representation of color #666D47: hue angle of 71.05º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666D47 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 71 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.57 |
| HSL | 71.05º | 0.21% | 0.35% | - |
| HSV(B) | 71.05º | 0.35% | 0.43% | - |
| XYZ | 12.09 | 14.22 | 8.07 | - |
| YUV | 102.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 71 | 0.06 | 0 | 0.35 | 0.57 | 71.05 | 0.21 | 0.35 |
| Hex | 66 | 6D | 47 | 6 | 0 | 23 | 39 | 47 | 15 | 23 |
| Octal | 146 | 155 | 107 | 6 | 0 | 43 | 71 | 107 | 25 | 43 |
| Binary | 1100110 | 1101101 | 1000111 | 110 | 0 | 100011 | 111001 | 1000111 | 10101 | 100011 |
Color Harmonies of #666D47
Complementary color
Monochromatic Colors of #666D47
Black with #666D47
Text Example
Text Example
White with #666D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D47; }
p { color: rgb(102,109,71); }
H1.HeaderClassName
{
color: #666D47;
}
.AnyTagClassName
{
color: #666D47;
}
</style>
background-color css
<style>
a { background-color: #666D47; }
a { background-color: rgb(102,109,71); }
div.DivClassName
{
background-color: #666D47;
}
.BgClassName
{
background-color: #666D47;
}
</style>
border-color css
<style>
span { border-color: #666D47; }
span { border-color: rgb(102,109,71); }
td.TdClassName
{
border-color: #666D47;
}
.TagClassName
{
border-color: #666D47;
}
</style>