Shades of Woodland #646C49
Tints of Woodland #646C49
RGB
CMYK
RGB Variations
Color information
#646C49 (or 0x646C49) is known color: Woodland. HEX triplet: 64, 6C and 49. RGB value is (100,108,73). Sum of RGB (Red+Green+Blue) = 100+108+73=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 108 - color contains mainly: green. Hex color #646C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C49 is #9B93B6. Grayscale: #656565. Windows color (decimal): -10195895 or 4811876. OLE color: 4811876.
HSL color Cylindrical-coordinate representation of color #646C49: hue angle of 73.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #646C49 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 73 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.58 |
| HSL | 73.71º | 0.19% | 0.35% | - |
| HSV(B) | 73.71º | 0.32% | 0.42% | - |
| XYZ | 11.82 | 13.92 | 8.37 | - |
| YUV | 101.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 73 | 0.07 | 0 | 0.32 | 0.58 | 73.71 | 0.19 | 0.35 |
| Hex | 64 | 6C | 49 | 7 | 0 | 20 | 3A | 4A | 13 | 23 |
| Octal | 144 | 154 | 111 | 7 | 0 | 40 | 72 | 112 | 23 | 43 |
| Binary | 1100100 | 1101100 | 1001001 | 111 | 0 | 100000 | 111010 | 1001010 | 10011 | 100011 |
Color Harmonies of #646C49
Complementary color
Monochromatic Colors of #646C49
Black with #646C49
Text Example
Text Example
White with #646C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C49; }
p { color: rgb(100,108,73); }
H1.HeaderClassName
{
color: #646C49;
}
.AnyTagClassName
{
color: #646C49;
}
</style>
background-color css
<style>
a { background-color: #646C49; }
a { background-color: rgb(100,108,73); }
div.DivClassName
{
background-color: #646C49;
}
.BgClassName
{
background-color: #646C49;
}
</style>
border-color css
<style>
span { border-color: #646C49; }
span { border-color: rgb(100,108,73); }
td.TdClassName
{
border-color: #646C49;
}
.TagClassName
{
border-color: #646C49;
}
</style>