Shades of Woodland #666A3C
Tints of Woodland #666A3C
RGB
CMYK
RGB Variations
Color information
#666A3C (or 0x666A3C) is known color: Woodland. HEX triplet: 66, 6A and 3C. RGB value is (102,106,60). Sum of RGB (Red+Green+Blue) = 102+106+60=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #666A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666A3C is #9995C3. Grayscale: #636363. Windows color (decimal): -10065348 or 3959398. OLE color: 3959398.
HSL color Cylindrical-coordinate representation of color #666A3C: hue angle of 65.22º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #666A3C is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 106 | 60 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.58 |
| HSL | 65.22º | 0.28% | 0.33% | - |
| HSV(B) | 65.22º | 0.43% | 0.42% | - |
| XYZ | 11.45 | 13.46 | 6.27 | - |
| YUV | 99.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 60 | 0.04 | 0 | 0.43 | 0.58 | 65.22 | 0.28 | 0.33 |
| Hex | 66 | 6A | 3C | 4 | 0 | 2B | 3A | 41 | 1C | 21 |
| Octal | 146 | 152 | 74 | 4 | 0 | 53 | 72 | 101 | 34 | 41 |
| Binary | 1100110 | 1101010 | 111100 | 100 | 0 | 101011 | 111010 | 1000001 | 11100 | 100001 |
Color Harmonies of #666A3C
Complementary color
Monochromatic Colors of #666A3C
Black with #666A3C
Text Example
Text Example
White with #666A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A3C; }
p { color: rgb(102,106,60); }
H1.HeaderClassName
{
color: #666A3C;
}
.AnyTagClassName
{
color: #666A3C;
}
</style>
background-color css
<style>
a { background-color: #666A3C; }
a { background-color: rgb(102,106,60); }
div.DivClassName
{
background-color: #666A3C;
}
.BgClassName
{
background-color: #666A3C;
}
</style>
border-color css
<style>
span { border-color: #666A3C; }
span { border-color: rgb(102,106,60); }
td.TdClassName
{
border-color: #666A3C;
}
.TagClassName
{
border-color: #666A3C;
}
</style>