Shades of Woodland #666B41
Tints of Woodland #666B41
RGB
CMYK
RGB Variations
Color information
#666B41 (or 0x666B41) is known color: Woodland. HEX triplet: 66, 6B and 41. RGB value is (102,107,65). Sum of RGB (Red+Green+Blue) = 102+107+65=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #666B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B41 is #9994BE. Grayscale: #646464. Windows color (decimal): -10065087 or 4287334. OLE color: 4287334.
HSL color Cylindrical-coordinate representation of color #666B41: hue angle of 67.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #666B41 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 65 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.58 |
| HSL | 67.14º | 0.24% | 0.34% | - |
| HSV(B) | 67.14º | 0.39% | 0.42% | - |
| XYZ | 11.69 | 13.72 | 7.03 | - |
| YUV | 100.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 65 | 0.05 | 0 | 0.39 | 0.58 | 67.14 | 0.24 | 0.34 |
| Hex | 66 | 6B | 41 | 5 | 0 | 27 | 3A | 43 | 18 | 22 |
| Octal | 146 | 153 | 101 | 5 | 0 | 47 | 72 | 103 | 30 | 42 |
| Binary | 1100110 | 1101011 | 1000001 | 101 | 0 | 100111 | 111010 | 1000011 | 11000 | 100010 |
Color Harmonies of #666B41
Complementary color
Monochromatic Colors of #666B41
Black with #666B41
Text Example
Text Example
White with #666B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B41; }
p { color: rgb(102,107,65); }
H1.HeaderClassName
{
color: #666B41;
}
.AnyTagClassName
{
color: #666B41;
}
</style>
background-color css
<style>
a { background-color: #666B41; }
a { background-color: rgb(102,107,65); }
div.DivClassName
{
background-color: #666B41;
}
.BgClassName
{
background-color: #666B41;
}
</style>
border-color css
<style>
span { border-color: #666B41; }
span { border-color: rgb(102,107,65); }
td.TdClassName
{
border-color: #666B41;
}
.TagClassName
{
border-color: #666B41;
}
</style>