Shades of Woodland #666A42
Tints of Woodland #666A42
RGB
CMYK
RGB Variations
Color information
#666A42 (or 0x666A42) is known color: Woodland. HEX triplet: 66, 6A and 42. RGB value is (102,106,66). Sum of RGB (Red+Green+Blue) = 102+106+66=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 106 - color contains mainly: green. Hex color #666A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666A42 is #9995BD. Grayscale: #646464. Windows color (decimal): -10065342 or 4352614. OLE color: 4352614.
HSL color Cylindrical-coordinate representation of color #666A42: hue angle of 66º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #666A42 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 106 | 66 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.58 |
| HSL | 66º | 0.23% | 0.34% | - |
| HSV(B) | 66º | 0.38% | 0.42% | - |
| XYZ | 11.62 | 13.53 | 7.15 | - |
| YUV | 100.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 66 | 0.04 | 0 | 0.38 | 0.58 | 66 | 0.23 | 0.34 |
| Hex | 66 | 6A | 42 | 4 | 0 | 26 | 3A | 42 | 17 | 22 |
| Octal | 146 | 152 | 102 | 4 | 0 | 46 | 72 | 102 | 27 | 42 |
| Binary | 1100110 | 1101010 | 1000010 | 100 | 0 | 100110 | 111010 | 1000010 | 10111 | 100010 |
Color Harmonies of #666A42
Complementary color
Monochromatic Colors of #666A42
Black with #666A42
Text Example
Text Example
White with #666A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A42; }
p { color: rgb(102,106,66); }
H1.HeaderClassName
{
color: #666A42;
}
.AnyTagClassName
{
color: #666A42;
}
</style>
background-color css
<style>
a { background-color: #666A42; }
a { background-color: rgb(102,106,66); }
div.DivClassName
{
background-color: #666A42;
}
.BgClassName
{
background-color: #666A42;
}
</style>
border-color css
<style>
span { border-color: #666A42; }
span { border-color: rgb(102,106,66); }
td.TdClassName
{
border-color: #666A42;
}
.TagClassName
{
border-color: #666A42;
}
</style>