Shades of Woodland #666E43
Tints of Woodland #666E43
RGB
CMYK
RGB Variations
Color information
#666E43 (or 0x666E43) is known color: Woodland. HEX triplet: 66, 6E and 43. RGB value is (102,110,67). Sum of RGB (Red+Green+Blue) = 102+110+67=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #666E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666E43 is #9991BC. Grayscale: #666666. Windows color (decimal): -10064317 or 4419174. OLE color: 4419174.
HSL color Cylindrical-coordinate representation of color #666E43: hue angle of 71.16º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #666E43 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 67 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.57 |
| HSL | 71.16º | 0.24% | 0.35% | - |
| HSV(B) | 71.16º | 0.39% | 0.43% | - |
| XYZ | 12.07 | 14.38 | 7.45 | - |
| YUV | 102.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 67 | 0.07 | 0 | 0.39 | 0.57 | 71.16 | 0.24 | 0.35 |
| Hex | 66 | 6E | 43 | 7 | 0 | 27 | 39 | 47 | 18 | 23 |
| Octal | 146 | 156 | 103 | 7 | 0 | 47 | 71 | 107 | 30 | 43 |
| Binary | 1100110 | 1101110 | 1000011 | 111 | 0 | 100111 | 111001 | 1000111 | 11000 | 100011 |
Color Harmonies of #666E43
Complementary color
Monochromatic Colors of #666E43
Black with #666E43
Text Example
Text Example
White with #666E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E43; }
p { color: rgb(102,110,67); }
H1.HeaderClassName
{
color: #666E43;
}
.AnyTagClassName
{
color: #666E43;
}
</style>
background-color css
<style>
a { background-color: #666E43; }
a { background-color: rgb(102,110,67); }
div.DivClassName
{
background-color: #666E43;
}
.BgClassName
{
background-color: #666E43;
}
</style>
border-color css
<style>
span { border-color: #666E43; }
span { border-color: rgb(102,110,67); }
td.TdClassName
{
border-color: #666E43;
}
.TagClassName
{
border-color: #666E43;
}
</style>