Shades of Woodland #646841
Tints of Woodland #646841
RGB
CMYK
RGB Variations
Color information
#646841 (or 0x646841) is known color: Woodland. HEX triplet: 64, 68 and 41. RGB value is (100,104,65). Sum of RGB (Red+Green+Blue) = 100+104+65=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #646841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646841 is #9B97BE. Grayscale: #626262. Windows color (decimal): -10196927 or 4286564. OLE color: 4286564.
HSL color Cylindrical-coordinate representation of color #646841: hue angle of 66.15º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #646841 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 65 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.59 |
| HSL | 66.15º | 0.23% | 0.33% | - |
| HSV(B) | 66.15º | 0.38% | 0.41% | - |
| XYZ | 11.16 | 12.99 | 6.92 | - |
| YUV | 98.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 65 | 0.04 | 0 | 0.38 | 0.59 | 66.15 | 0.23 | 0.33 |
| Hex | 64 | 68 | 41 | 4 | 0 | 26 | 3B | 42 | 17 | 21 |
| Octal | 144 | 150 | 101 | 4 | 0 | 46 | 73 | 102 | 27 | 41 |
| Binary | 1100100 | 1101000 | 1000001 | 100 | 0 | 100110 | 111011 | 1000010 | 10111 | 100001 |
Color Harmonies of #646841
Complementary color
Monochromatic Colors of #646841
Black with #646841
Text Example
Text Example
White with #646841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646841; }
p { color: rgb(100,104,65); }
H1.HeaderClassName
{
color: #646841;
}
.AnyTagClassName
{
color: #646841;
}
</style>
background-color css
<style>
a { background-color: #646841; }
a { background-color: rgb(100,104,65); }
div.DivClassName
{
background-color: #646841;
}
.BgClassName
{
background-color: #646841;
}
</style>
border-color css
<style>
span { border-color: #646841; }
span { border-color: rgb(100,104,65); }
td.TdClassName
{
border-color: #646841;
}
.TagClassName
{
border-color: #646841;
}
</style>