Shades of Woodland #666B49
Tints of Woodland #666B49
RGB
CMYK
RGB Variations
Color information
#666B49 (or 0x666B49) is known color: Woodland. HEX triplet: 66, 6B and 49. RGB value is (102,107,73). Sum of RGB (Red+Green+Blue) = 102+107+73=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 107 - color contains mainly: green. Hex color #666B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B49 is #9994B6. Grayscale: #656565. Windows color (decimal): -10065079 or 4811622. OLE color: 4811622.
HSL color Cylindrical-coordinate representation of color #666B49: hue angle of 68.82º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666B49 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 73 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.58 |
| HSL | 68.82º | 0.19% | 0.35% | - |
| HSV(B) | 68.82º | 0.32% | 0.42% | - |
| XYZ | 11.94 | 13.82 | 8.34 | - |
| YUV | 101.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 73 | 0.05 | 0 | 0.32 | 0.58 | 68.82 | 0.19 | 0.35 |
| Hex | 66 | 6B | 49 | 5 | 0 | 20 | 3A | 45 | 13 | 23 |
| Octal | 146 | 153 | 111 | 5 | 0 | 40 | 72 | 105 | 23 | 43 |
| Binary | 1100110 | 1101011 | 1001001 | 101 | 0 | 100000 | 111010 | 1000101 | 10011 | 100011 |
Color Harmonies of #666B49
Complementary color
Monochromatic Colors of #666B49
Black with #666B49
Text Example
Text Example
White with #666B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B49; }
p { color: rgb(102,107,73); }
H1.HeaderClassName
{
color: #666B49;
}
.AnyTagClassName
{
color: #666B49;
}
</style>
background-color css
<style>
a { background-color: #666B49; }
a { background-color: rgb(102,107,73); }
div.DivClassName
{
background-color: #666B49;
}
.BgClassName
{
background-color: #666B49;
}
</style>
border-color css
<style>
span { border-color: #666B49; }
span { border-color: rgb(102,107,73); }
td.TdClassName
{
border-color: #666B49;
}
.TagClassName
{
border-color: #666B49;
}
</style>