Shades of Woodland #646C44
Tints of Woodland #646C44
RGB
CMYK
RGB Variations
Color information
#646C44 (or 0x646C44) is known color: Woodland. HEX triplet: 64, 6C and 44. RGB value is (100,108,68). Sum of RGB (Red+Green+Blue) = 100+108+68=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #646C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C44 is #9B93BB. Grayscale: #656565. Windows color (decimal): -10195900 or 4484196. OLE color: 4484196.
HSL color Cylindrical-coordinate representation of color #646C44: hue angle of 72º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #646C44 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 68 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.58 |
| HSL | 72º | 0.23% | 0.35% | - |
| HSV(B) | 72º | 0.37% | 0.42% | - |
| XYZ | 11.66 | 13.85 | 7.53 | - |
| YUV | 101.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 68 | 0.07 | 0 | 0.37 | 0.58 | 72 | 0.23 | 0.35 |
| Hex | 64 | 6C | 44 | 7 | 0 | 25 | 3A | 48 | 17 | 23 |
| Octal | 144 | 154 | 104 | 7 | 0 | 45 | 72 | 110 | 27 | 43 |
| Binary | 1100100 | 1101100 | 1000100 | 111 | 0 | 100101 | 111010 | 1001000 | 10111 | 100011 |
Color Harmonies of #646C44
Complementary color
Monochromatic Colors of #646C44
Black with #646C44
Text Example
Text Example
White with #646C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C44; }
p { color: rgb(100,108,68); }
H1.HeaderClassName
{
color: #646C44;
}
.AnyTagClassName
{
color: #646C44;
}
</style>
background-color css
<style>
a { background-color: #646C44; }
a { background-color: rgb(100,108,68); }
div.DivClassName
{
background-color: #646C44;
}
.BgClassName
{
background-color: #646C44;
}
</style>
border-color css
<style>
span { border-color: #646C44; }
span { border-color: rgb(100,108,68); }
td.TdClassName
{
border-color: #646C44;
}
.TagClassName
{
border-color: #646C44;
}
</style>