Shades of Woodland #666F47
Tints of Woodland #666F47
RGB
CMYK
RGB Variations
Color information
#666F47 (or 0x666F47) is known color: Woodland. HEX triplet: 66, 6F and 47. RGB value is (102,111,71). Sum of RGB (Red+Green+Blue) = 102+111+71=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #666F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F47 is #9990B8. Grayscale: #676767. Windows color (decimal): -10064057 or 4681574. OLE color: 4681574.
HSL color Cylindrical-coordinate representation of color #666F47: hue angle of 73.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #666F47 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 71 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.56 |
| HSL | 73.5º | 0.22% | 0.36% | - |
| HSV(B) | 73.5º | 0.36% | 0.44% | - |
| XYZ | 12.3 | 14.65 | 8.14 | - |
| YUV | 103.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 71 | 0.08 | 0 | 0.36 | 0.56 | 73.5 | 0.22 | 0.36 |
| Hex | 66 | 6F | 47 | 8 | 0 | 24 | 38 | 4A | 16 | 24 |
| Octal | 146 | 157 | 107 | 10 | 0 | 44 | 70 | 112 | 26 | 44 |
| Binary | 1100110 | 1101111 | 1000111 | 1000 | 0 | 100100 | 111000 | 1001010 | 10110 | 100100 |
Color Harmonies of #666F47
Complementary color
Monochromatic Colors of #666F47
Black with #666F47
Text Example
Text Example
White with #666F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F47; }
p { color: rgb(102,111,71); }
H1.HeaderClassName
{
color: #666F47;
}
.AnyTagClassName
{
color: #666F47;
}
</style>
background-color css
<style>
a { background-color: #666F47; }
a { background-color: rgb(102,111,71); }
div.DivClassName
{
background-color: #666F47;
}
.BgClassName
{
background-color: #666F47;
}
</style>
border-color css
<style>
span { border-color: #666F47; }
span { border-color: rgb(102,111,71); }
td.TdClassName
{
border-color: #666F47;
}
.TagClassName
{
border-color: #666F47;
}
</style>