Shades of Woodland #646E3F
Tints of Woodland #646E3F
RGB
CMYK
RGB Variations
Color information
#646E3F (or 0x646E3F) is known color: Woodland. HEX triplet: 64, 6E and 3F. RGB value is (100,110,63). Sum of RGB (Red+Green+Blue) = 100+110+63=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 110 - color contains mainly: green. Hex color #646E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646E3F is #9B91C0. Grayscale: #656565. Windows color (decimal): -10195393 or 4157028. OLE color: 4157028.
HSL color Cylindrical-coordinate representation of color #646E3F: hue angle of 72.77º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #646E3F is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 110 | 63 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.57 |
| HSL | 72.77º | 0.27% | 0.34% | - |
| HSV(B) | 72.77º | 0.43% | 0.43% | - |
| XYZ | 11.73 | 14.22 | 6.83 | - |
| YUV | 101.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 63 | 0.09 | 0 | 0.43 | 0.57 | 72.77 | 0.27 | 0.34 |
| Hex | 64 | 6E | 3F | 9 | 0 | 2B | 39 | 49 | 1B | 22 |
| Octal | 144 | 156 | 77 | 11 | 0 | 53 | 71 | 111 | 33 | 42 |
| Binary | 1100100 | 1101110 | 111111 | 1001 | 0 | 101011 | 111001 | 1001001 | 11011 | 100010 |
Color Harmonies of #646E3F
Complementary color
Monochromatic Colors of #646E3F
Black with #646E3F
Text Example
Text Example
White with #646E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E3F; }
p { color: rgb(100,110,63); }
H1.HeaderClassName
{
color: #646E3F;
}
.AnyTagClassName
{
color: #646E3F;
}
</style>
background-color css
<style>
a { background-color: #646E3F; }
a { background-color: rgb(100,110,63); }
div.DivClassName
{
background-color: #646E3F;
}
.BgClassName
{
background-color: #646E3F;
}
</style>
border-color css
<style>
span { border-color: #646E3F; }
span { border-color: rgb(100,110,63); }
td.TdClassName
{
border-color: #646E3F;
}
.TagClassName
{
border-color: #646E3F;
}
</style>