Shades of Woodland #666F4A
Tints of Woodland #666F4A
RGB
CMYK
RGB Variations
Color information
#666F4A (or 0x666F4A) is known color: Woodland. HEX triplet: 66, 6F and 4A. RGB value is (102,111,74). Sum of RGB (Red+Green+Blue) = 102+111+74=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #666F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F4A is #9990B5. Grayscale: #686868. Windows color (decimal): -10064054 or 4878182. OLE color: 4878182.
HSL color Cylindrical-coordinate representation of color #666F4A: hue angle of 74.59º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #666F4A is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 74 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.56 |
| HSL | 74.59º | 0.2% | 0.36% | - |
| HSV(B) | 74.59º | 0.33% | 0.44% | - |
| XYZ | 12.4 | 14.69 | 8.66 | - |
| YUV | 104.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 74 | 0.08 | 0 | 0.33 | 0.56 | 74.59 | 0.2 | 0.36 |
| Hex | 66 | 6F | 4A | 8 | 0 | 21 | 38 | 4B | 14 | 24 |
| Octal | 146 | 157 | 112 | 10 | 0 | 41 | 70 | 113 | 24 | 44 |
| Binary | 1100110 | 1101111 | 1001010 | 1000 | 0 | 100001 | 111000 | 1001011 | 10100 | 100100 |
Color Harmonies of #666F4A
Complementary color
Monochromatic Colors of #666F4A
Black with #666F4A
Text Example
Text Example
White with #666F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F4A; }
p { color: rgb(102,111,74); }
H1.HeaderClassName
{
color: #666F4A;
}
.AnyTagClassName
{
color: #666F4A;
}
</style>
background-color css
<style>
a { background-color: #666F4A; }
a { background-color: rgb(102,111,74); }
div.DivClassName
{
background-color: #666F4A;
}
.BgClassName
{
background-color: #666F4A;
}
</style>
border-color css
<style>
span { border-color: #666F4A; }
span { border-color: rgb(102,111,74); }
td.TdClassName
{
border-color: #666F4A;
}
.TagClassName
{
border-color: #666F4A;
}
</style>