Shades of Woodland #646C47
Tints of Woodland #646C47
RGB
CMYK
RGB Variations
Color information
#646C47 (or 0x646C47) is known color: Woodland. HEX triplet: 64, 6C and 47. RGB value is (100,108,71). Sum of RGB (Red+Green+Blue) = 100+108+71=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #646C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C47 is #9B93B8. Grayscale: #656565. Windows color (decimal): -10195897 or 4680804. OLE color: 4680804.
HSL color Cylindrical-coordinate representation of color #646C47: hue angle of 72.97º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #646C47 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 71 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.58 |
| HSL | 72.97º | 0.21% | 0.35% | - |
| HSV(B) | 72.97º | 0.34% | 0.42% | - |
| XYZ | 11.76 | 13.89 | 8.02 | - |
| YUV | 101.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 71 | 0.07 | 0 | 0.34 | 0.58 | 72.97 | 0.21 | 0.35 |
| Hex | 64 | 6C | 47 | 7 | 0 | 22 | 3A | 49 | 15 | 23 |
| Octal | 144 | 154 | 107 | 7 | 0 | 42 | 72 | 111 | 25 | 43 |
| Binary | 1100100 | 1101100 | 1000111 | 111 | 0 | 100010 | 111010 | 1001001 | 10101 | 100011 |
Color Harmonies of #646C47
Complementary color
Monochromatic Colors of #646C47
Black with #646C47
Text Example
Text Example
White with #646C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C47; }
p { color: rgb(100,108,71); }
H1.HeaderClassName
{
color: #646C47;
}
.AnyTagClassName
{
color: #646C47;
}
</style>
background-color css
<style>
a { background-color: #646C47; }
a { background-color: rgb(100,108,71); }
div.DivClassName
{
background-color: #646C47;
}
.BgClassName
{
background-color: #646C47;
}
</style>
border-color css
<style>
span { border-color: #646C47; }
span { border-color: rgb(100,108,71); }
td.TdClassName
{
border-color: #646C47;
}
.TagClassName
{
border-color: #646C47;
}
</style>