Shades of Woodland #666D39
Tints of Woodland #666D39
RGB
CMYK
RGB Variations
Color information
#666D39 (or 0x666D39) is known color: Woodland. HEX triplet: 66, 6D and 39. RGB value is (102,109,57). Sum of RGB (Red+Green+Blue) = 102+109+57=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #666D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D39 is #9992C6. Grayscale: #656565. Windows color (decimal): -10064583 or 3763558. OLE color: 3763558.
HSL color Cylindrical-coordinate representation of color #666D39: hue angle of 68.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666D39 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 57 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.57 |
| HSL | 68.08º | 0.31% | 0.33% | - |
| HSV(B) | 68.08º | 0.48% | 0.43% | - |
| XYZ | 11.69 | 14.06 | 5.97 | - |
| YUV | 100.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 57 | 0.06 | 0 | 0.48 | 0.57 | 68.08 | 0.31 | 0.33 |
| Hex | 66 | 6D | 39 | 6 | 0 | 30 | 39 | 44 | 1F | 21 |
| Octal | 146 | 155 | 71 | 6 | 0 | 60 | 71 | 104 | 37 | 41 |
| Binary | 1100110 | 1101101 | 111001 | 110 | 0 | 110000 | 111001 | 1000100 | 11111 | 100001 |
Color Harmonies of #666D39
Complementary color
Monochromatic Colors of #666D39
Black with #666D39
Text Example
Text Example
White with #666D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D39; }
p { color: rgb(102,109,57); }
H1.HeaderClassName
{
color: #666D39;
}
.AnyTagClassName
{
color: #666D39;
}
</style>
background-color css
<style>
a { background-color: #666D39; }
a { background-color: rgb(102,109,57); }
div.DivClassName
{
background-color: #666D39;
}
.BgClassName
{
background-color: #666D39;
}
</style>
border-color css
<style>
span { border-color: #666D39; }
span { border-color: rgb(102,109,57); }
td.TdClassName
{
border-color: #666D39;
}
.TagClassName
{
border-color: #666D39;
}
</style>