Shades of Woodland #666B46
Tints of Woodland #666B46
RGB
CMYK
RGB Variations
Color information
#666B46 (or 0x666B46) is known color: Woodland. HEX triplet: 66, 6B and 46. RGB value is (102,107,70). Sum of RGB (Red+Green+Blue) = 102+107+70=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #666B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B46 is #9994B9. Grayscale: #656565. Windows color (decimal): -10065082 or 4615014. OLE color: 4615014.
HSL color Cylindrical-coordinate representation of color #666B46: hue angle of 68.11º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666B46 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 70 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.58 |
| HSL | 68.11º | 0.21% | 0.35% | - |
| HSV(B) | 68.11º | 0.35% | 0.42% | - |
| XYZ | 11.84 | 13.78 | 7.83 | - |
| YUV | 101.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 70 | 0.05 | 0 | 0.35 | 0.58 | 68.11 | 0.21 | 0.35 |
| Hex | 66 | 6B | 46 | 5 | 0 | 23 | 3A | 44 | 15 | 23 |
| Octal | 146 | 153 | 106 | 5 | 0 | 43 | 72 | 104 | 25 | 43 |
| Binary | 1100110 | 1101011 | 1000110 | 101 | 0 | 100011 | 111010 | 1000100 | 10101 | 100011 |
Color Harmonies of #666B46
Complementary color
Monochromatic Colors of #666B46
Black with #666B46
Text Example
Text Example
White with #666B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B46; }
p { color: rgb(102,107,70); }
H1.HeaderClassName
{
color: #666B46;
}
.AnyTagClassName
{
color: #666B46;
}
</style>
background-color css
<style>
a { background-color: #666B46; }
a { background-color: rgb(102,107,70); }
div.DivClassName
{
background-color: #666B46;
}
.BgClassName
{
background-color: #666B46;
}
</style>
border-color css
<style>
span { border-color: #666B46; }
span { border-color: rgb(102,107,70); }
td.TdClassName
{
border-color: #666B46;
}
.TagClassName
{
border-color: #666B46;
}
</style>