Shades of Woodland #646749
Tints of Woodland #646749
RGB
CMYK
RGB Variations
Color information
#646749 (or 0x646749) is known color: Woodland. HEX triplet: 64, 67 and 49. RGB value is (100,103,73). Sum of RGB (Red+Green+Blue) = 100+103+73=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #646749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646749 is #9B98B6. Grayscale: #626262. Windows color (decimal): -10197175 or 4810596. OLE color: 4810596.
HSL color Cylindrical-coordinate representation of color #646749: hue angle of 66º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #646749 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 73 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.60 |
| HSL | 66º | 0.17% | 0.35% | - |
| HSV(B) | 66º | 0.29% | 0.4% | - |
| XYZ | 11.31 | 12.89 | 8.2 | - |
| YUV | 98.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 73 | 0.03 | 0 | 0.29 | 0.60 | 66 | 0.17 | 0.35 |
| Hex | 64 | 67 | 49 | 3 | 0 | 1D | 3C | 42 | 11 | 23 |
| Octal | 144 | 147 | 111 | 3 | 0 | 35 | 74 | 102 | 21 | 43 |
| Binary | 1100100 | 1100111 | 1001001 | 11 | 0 | 11101 | 111100 | 1000010 | 10001 | 100011 |
Color Harmonies of #646749
Complementary color
Monochromatic Colors of #646749
Black with #646749
Text Example
Text Example
White with #646749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646749; }
p { color: rgb(100,103,73); }
H1.HeaderClassName
{
color: #646749;
}
.AnyTagClassName
{
color: #646749;
}
</style>
background-color css
<style>
a { background-color: #646749; }
a { background-color: rgb(100,103,73); }
div.DivClassName
{
background-color: #646749;
}
.BgClassName
{
background-color: #646749;
}
</style>
border-color css
<style>
span { border-color: #646749; }
span { border-color: rgb(100,103,73); }
td.TdClassName
{
border-color: #646749;
}
.TagClassName
{
border-color: #646749;
}
</style>