Shades of Woodland #646D47
Tints of Woodland #646D47
RGB
CMYK
RGB Variations
Color information
#646D47 (or 0x646D47) is known color: Woodland. HEX triplet: 64, 6D and 47. RGB value is (100,109,71). Sum of RGB (Red+Green+Blue) = 100+109+71=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #646D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646D47 is #9B92B8. Grayscale: #666666. Windows color (decimal): -10195641 or 4681060. OLE color: 4681060.
HSL color Cylindrical-coordinate representation of color #646D47: hue angle of 74.21º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646D47 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 109 | 71 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.57 |
| HSL | 74.21º | 0.21% | 0.35% | - |
| HSV(B) | 74.21º | 0.35% | 0.43% | - |
| XYZ | 11.86 | 14.1 | 8.06 | - |
| YUV | 101.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 71 | 0.08 | 0 | 0.35 | 0.57 | 74.21 | 0.21 | 0.35 |
| Hex | 64 | 6D | 47 | 8 | 0 | 23 | 39 | 4A | 15 | 23 |
| Octal | 144 | 155 | 107 | 10 | 0 | 43 | 71 | 112 | 25 | 43 |
| Binary | 1100100 | 1101101 | 1000111 | 1000 | 0 | 100011 | 111001 | 1001010 | 10101 | 100011 |
Color Harmonies of #646D47
Complementary color
Monochromatic Colors of #646D47
Black with #646D47
Text Example
Text Example
White with #646D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D47; }
p { color: rgb(100,109,71); }
H1.HeaderClassName
{
color: #646D47;
}
.AnyTagClassName
{
color: #646D47;
}
</style>
background-color css
<style>
a { background-color: #646D47; }
a { background-color: rgb(100,109,71); }
div.DivClassName
{
background-color: #646D47;
}
.BgClassName
{
background-color: #646D47;
}
</style>
border-color css
<style>
span { border-color: #646D47; }
span { border-color: rgb(100,109,71); }
td.TdClassName
{
border-color: #646D47;
}
.TagClassName
{
border-color: #646D47;
}
</style>