Shades of Woodland #666E45
Tints of Woodland #666E45
RGB
CMYK
RGB Variations
Color information
#666E45 (or 0x666E45) is known color: Woodland. HEX triplet: 66, 6E and 45. RGB value is (102,110,69). Sum of RGB (Red+Green+Blue) = 102+110+69=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #666E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666E45 is #9991BA. Grayscale: #676767. Windows color (decimal): -10064315 or 4550246. OLE color: 4550246.
HSL color Cylindrical-coordinate representation of color #666E45: hue angle of 71.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666E45 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 69 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.57 |
| HSL | 71.71º | 0.23% | 0.35% | - |
| HSV(B) | 71.71º | 0.37% | 0.43% | - |
| XYZ | 12.13 | 14.41 | 7.77 | - |
| YUV | 102.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 69 | 0.07 | 0 | 0.37 | 0.57 | 71.71 | 0.23 | 0.35 |
| Hex | 66 | 6E | 45 | 7 | 0 | 25 | 39 | 48 | 17 | 23 |
| Octal | 146 | 156 | 105 | 7 | 0 | 45 | 71 | 110 | 27 | 43 |
| Binary | 1100110 | 1101110 | 1000101 | 111 | 0 | 100101 | 111001 | 1001000 | 10111 | 100011 |
Color Harmonies of #666E45
Complementary color
Monochromatic Colors of #666E45
Black with #666E45
Text Example
Text Example
White with #666E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E45; }
p { color: rgb(102,110,69); }
H1.HeaderClassName
{
color: #666E45;
}
.AnyTagClassName
{
color: #666E45;
}
</style>
background-color css
<style>
a { background-color: #666E45; }
a { background-color: rgb(102,110,69); }
div.DivClassName
{
background-color: #666E45;
}
.BgClassName
{
background-color: #666E45;
}
</style>
border-color css
<style>
span { border-color: #666E45; }
span { border-color: rgb(102,110,69); }
td.TdClassName
{
border-color: #666E45;
}
.TagClassName
{
border-color: #666E45;
}
</style>