Shades of Woodland #666C39
Tints of Woodland #666C39
RGB
CMYK
RGB Variations
Color information
#666C39 (or 0x666C39) is known color: Woodland. HEX triplet: 66, 6C and 39. RGB value is (102,108,57). Sum of RGB (Red+Green+Blue) = 102+108+57=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #666C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666C39 is #9993C6. Grayscale: #646464. Windows color (decimal): -10064839 or 3763302. OLE color: 3763302.
HSL color Cylindrical-coordinate representation of color #666C39: hue angle of 67.06º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #666C39 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 108 | 57 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.58 |
| HSL | 67.06º | 0.31% | 0.32% | - |
| HSV(B) | 67.06º | 0.47% | 0.42% | - |
| XYZ | 11.58 | 13.85 | 5.93 | - |
| YUV | 100.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 57 | 0.06 | 0 | 0.47 | 0.58 | 67.06 | 0.31 | 0.32 |
| Hex | 66 | 6C | 39 | 6 | 0 | 2F | 3A | 43 | 1F | 20 |
| Octal | 146 | 154 | 71 | 6 | 0 | 57 | 72 | 103 | 37 | 40 |
| Binary | 1100110 | 1101100 | 111001 | 110 | 0 | 101111 | 111010 | 1000011 | 11111 | 100000 |
Color Harmonies of #666C39
Complementary color
Monochromatic Colors of #666C39
Black with #666C39
Text Example
Text Example
White with #666C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C39; }
p { color: rgb(102,108,57); }
H1.HeaderClassName
{
color: #666C39;
}
.AnyTagClassName
{
color: #666C39;
}
</style>
background-color css
<style>
a { background-color: #666C39; }
a { background-color: rgb(102,108,57); }
div.DivClassName
{
background-color: #666C39;
}
.BgClassName
{
background-color: #666C39;
}
</style>
border-color css
<style>
span { border-color: #666C39; }
span { border-color: rgb(102,108,57); }
td.TdClassName
{
border-color: #666C39;
}
.TagClassName
{
border-color: #666C39;
}
</style>