Shades of Woodland #646940
Tints of Woodland #646940
RGB
CMYK
RGB Variations
Color information
#646940 (or 0x646940) is known color: Woodland. HEX triplet: 64, 69 and 40. RGB value is (100,105,64). Sum of RGB (Red+Green+Blue) = 100+105+64=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #646940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646940 is #9B96BF. Grayscale: #626262. Windows color (decimal): -10196672 or 4221284. OLE color: 4221284.
HSL color Cylindrical-coordinate representation of color #646940: hue angle of 67.32º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #646940 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 105 | 64 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.59 |
| HSL | 67.32º | 0.24% | 0.33% | - |
| HSV(B) | 67.32º | 0.39% | 0.41% | - |
| XYZ | 11.23 | 13.18 | 6.8 | - |
| YUV | 98.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 64 | 0.05 | 0 | 0.39 | 0.59 | 67.32 | 0.24 | 0.33 |
| Hex | 64 | 69 | 40 | 5 | 0 | 27 | 3B | 43 | 18 | 21 |
| Octal | 144 | 151 | 100 | 5 | 0 | 47 | 73 | 103 | 30 | 41 |
| Binary | 1100100 | 1101001 | 1000000 | 101 | 0 | 100111 | 111011 | 1000011 | 11000 | 100001 |
Color Harmonies of #646940
Complementary color
Monochromatic Colors of #646940
Black with #646940
Text Example
Text Example
White with #646940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646940; }
p { color: rgb(100,105,64); }
H1.HeaderClassName
{
color: #646940;
}
.AnyTagClassName
{
color: #646940;
}
</style>
background-color css
<style>
a { background-color: #646940; }
a { background-color: rgb(100,105,64); }
div.DivClassName
{
background-color: #646940;
}
.BgClassName
{
background-color: #646940;
}
</style>
border-color css
<style>
span { border-color: #646940; }
span { border-color: rgb(100,105,64); }
td.TdClassName
{
border-color: #646940;
}
.TagClassName
{
border-color: #646940;
}
</style>