Shades of Woodland #666F39
Tints of Woodland #666F39
RGB
CMYK
RGB Variations
Color information
#666F39 (or 0x666F39) is known color: Woodland. HEX triplet: 66, 6F and 39. RGB value is (102,111,57). Sum of RGB (Red+Green+Blue) = 102+111+57=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #666F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F39 is #9990C6. Grayscale: #666666. Windows color (decimal): -10064071 or 3764070. OLE color: 3764070.
HSL color Cylindrical-coordinate representation of color #666F39: hue angle of 70º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #666F39 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 57 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.56 |
| HSL | 70º | 0.32% | 0.33% | - |
| HSV(B) | 70º | 0.49% | 0.44% | - |
| XYZ | 11.9 | 14.49 | 6.04 | - |
| YUV | 102.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 57 | 0.08 | 0 | 0.49 | 0.56 | 70 | 0.32 | 0.33 |
| Hex | 66 | 6F | 39 | 8 | 0 | 31 | 38 | 46 | 20 | 21 |
| Octal | 146 | 157 | 71 | 10 | 0 | 61 | 70 | 106 | 40 | 41 |
| Binary | 1100110 | 1101111 | 111001 | 1000 | 0 | 110001 | 111000 | 1000110 | 100000 | 100001 |
Color Harmonies of #666F39
Complementary color
Monochromatic Colors of #666F39
Black with #666F39
Text Example
Text Example
White with #666F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F39; }
p { color: rgb(102,111,57); }
H1.HeaderClassName
{
color: #666F39;
}
.AnyTagClassName
{
color: #666F39;
}
</style>
background-color css
<style>
a { background-color: #666F39; }
a { background-color: rgb(102,111,57); }
div.DivClassName
{
background-color: #666F39;
}
.BgClassName
{
background-color: #666F39;
}
</style>
border-color css
<style>
span { border-color: #666F39; }
span { border-color: rgb(102,111,57); }
td.TdClassName
{
border-color: #666F39;
}
.TagClassName
{
border-color: #666F39;
}
</style>