Shades of Woodland #646647
Tints of Woodland #646647
RGB
CMYK
RGB Variations
Color information
#646647 (or 0x646647) is known color: Woodland. HEX triplet: 64, 66 and 47. RGB value is (100,102,71). Sum of RGB (Red+Green+Blue) = 100+102+71=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #646647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646647 is #9B99B8. Grayscale: #616161. Windows color (decimal): -10197433 or 4679268. OLE color: 4679268.
HSL color Cylindrical-coordinate representation of color #646647: hue angle of 63.87º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646647 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 102 | 71 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.6 |
| HSL | 63.87º | 0.18% | 0.34% | - |
| HSV(B) | 63.87º | 0.3% | 0.4% | - |
| XYZ | 11.14 | 12.67 | 7.82 | - |
| YUV | 97.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 71 | 0.02 | 0 | 0.30 | 0.6 | 63.87 | 0.18 | 0.34 |
| Hex | 64 | 66 | 47 | 2 | 0 | 1E | 3C | 40 | 12 | 22 |
| Octal | 144 | 146 | 107 | 2 | 0 | 36 | 74 | 100 | 22 | 42 |
| Binary | 1100100 | 1100110 | 1000111 | 10 | 0 | 11110 | 111100 | 1000000 | 10010 | 100010 |
Color Harmonies of #646647
Complementary color
Monochromatic Colors of #646647
Black with #646647
Text Example
Text Example
White with #646647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646647; }
p { color: rgb(100,102,71); }
H1.HeaderClassName
{
color: #646647;
}
.AnyTagClassName
{
color: #646647;
}
</style>
background-color css
<style>
a { background-color: #646647; }
a { background-color: rgb(100,102,71); }
div.DivClassName
{
background-color: #646647;
}
.BgClassName
{
background-color: #646647;
}
</style>
border-color css
<style>
span { border-color: #646647; }
span { border-color: rgb(100,102,71); }
td.TdClassName
{
border-color: #646647;
}
.TagClassName
{
border-color: #646647;
}
</style>