Shades of Woodland #646D4D
Tints of Woodland #646D4D
RGB
CMYK
RGB Variations
Color information
#646D4D (or 0x646D4D) is known color: Woodland. HEX triplet: 64, 6D and 4D. RGB value is (100,109,77). Sum of RGB (Red+Green+Blue) = 100+109+77=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #646D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D4D is #9B92B2. Grayscale: #666666. Windows color (decimal): -10195635 or 5074276. OLE color: 5074276.
HSL color Cylindrical-coordinate representation of color #646D4D: hue angle of 76.88º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #646D4D is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 109 | 77 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.57 |
| HSL | 76.88º | 0.17% | 0.36% | - |
| HSV(B) | 76.88º | 0.29% | 0.43% | - |
| XYZ | 12.06 | 14.18 | 9.12 | - |
| YUV | 102.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 77 | 0.08 | 0 | 0.29 | 0.57 | 76.88 | 0.17 | 0.36 |
| Hex | 64 | 6D | 4D | 8 | 0 | 1D | 39 | 4D | 11 | 24 |
| Octal | 144 | 155 | 115 | 10 | 0 | 35 | 71 | 115 | 21 | 44 |
| Binary | 1100100 | 1101101 | 1001101 | 1000 | 0 | 11101 | 111001 | 1001101 | 10001 | 100100 |
Color Harmonies of #646D4D
Complementary color
Monochromatic Colors of #646D4D
Black with #646D4D
Text Example
Text Example
White with #646D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D4D; }
p { color: rgb(100,109,77); }
H1.HeaderClassName
{
color: #646D4D;
}
.AnyTagClassName
{
color: #646D4D;
}
</style>
background-color css
<style>
a { background-color: #646D4D; }
a { background-color: rgb(100,109,77); }
div.DivClassName
{
background-color: #646D4D;
}
.BgClassName
{
background-color: #646D4D;
}
</style>
border-color css
<style>
span { border-color: #646D4D; }
span { border-color: rgb(100,109,77); }
td.TdClassName
{
border-color: #646D4D;
}
.TagClassName
{
border-color: #646D4D;
}
</style>