Shades of Woodland #646838
Tints of Woodland #646838
RGB
CMYK
RGB Variations
Color information
#646838 (or 0x646838) is known color: Woodland. HEX triplet: 64, 68 and 38. RGB value is (100,104,56). Sum of RGB (Red+Green+Blue) = 100+104+56=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #646838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646838 is #9B97C7. Grayscale: #616161. Windows color (decimal): -10196936 or 3696740. OLE color: 3696740.
HSL color Cylindrical-coordinate representation of color #646838: hue angle of 65º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #646838 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 56 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.59 |
| HSL | 65º | 0.3% | 0.31% | - |
| HSV(B) | 65º | 0.46% | 0.41% | - |
| XYZ | 10.92 | 12.9 | 5.65 | - |
| YUV | 97.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 56 | 0.04 | 0 | 0.46 | 0.59 | 65 | 0.3 | 0.31 |
| Hex | 64 | 68 | 38 | 4 | 0 | 2E | 3B | 41 | 1E | 1F |
| Octal | 144 | 150 | 70 | 4 | 0 | 56 | 73 | 101 | 36 | 37 |
| Binary | 1100100 | 1101000 | 111000 | 100 | 0 | 101110 | 111011 | 1000001 | 11110 | 11111 |
Color Harmonies of #646838
Complementary color
Monochromatic Colors of #646838
Black with #646838
Text Example
Text Example
White with #646838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646838; }
p { color: rgb(100,104,56); }
H1.HeaderClassName
{
color: #646838;
}
.AnyTagClassName
{
color: #646838;
}
</style>
background-color css
<style>
a { background-color: #646838; }
a { background-color: rgb(100,104,56); }
div.DivClassName
{
background-color: #646838;
}
.BgClassName
{
background-color: #646838;
}
</style>
border-color css
<style>
span { border-color: #646838; }
span { border-color: rgb(100,104,56); }
td.TdClassName
{
border-color: #646838;
}
.TagClassName
{
border-color: #646838;
}
</style>