Shades of Woodland #64683D
Tints of Woodland #64683D
RGB
CMYK
RGB Variations
Color information
#64683D (or 0x64683D) is known color: Woodland. HEX triplet: 64, 68 and 3D. RGB value is (100,104,61). Sum of RGB (Red+Green+Blue) = 100+104+61=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #64683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64683D is #9B97C2. Grayscale: #626262. Windows color (decimal): -10196931 or 4024420. OLE color: 4024420.
HSL color Cylindrical-coordinate representation of color #64683D: hue angle of 65.58º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64683D is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 61 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.59 |
| HSL | 65.58º | 0.26% | 0.32% | - |
| HSV(B) | 65.58º | 0.41% | 0.41% | - |
| XYZ | 11.05 | 12.95 | 6.33 | - |
| YUV | 97.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 61 | 0.04 | 0 | 0.41 | 0.59 | 65.58 | 0.26 | 0.32 |
| Hex | 64 | 68 | 3D | 4 | 0 | 29 | 3B | 42 | 1A | 20 |
| Octal | 144 | 150 | 75 | 4 | 0 | 51 | 73 | 102 | 32 | 40 |
| Binary | 1100100 | 1101000 | 111101 | 100 | 0 | 101001 | 111011 | 1000010 | 11010 | 100000 |
Color Harmonies of #64683D
Complementary color
Monochromatic Colors of #64683D
Black with #64683D
Text Example
Text Example
White with #64683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64683D; }
p { color: rgb(100,104,61); }
H1.HeaderClassName
{
color: #64683D;
}
.AnyTagClassName
{
color: #64683D;
}
</style>
background-color css
<style>
a { background-color: #64683D; }
a { background-color: rgb(100,104,61); }
div.DivClassName
{
background-color: #64683D;
}
.BgClassName
{
background-color: #64683D;
}
</style>
border-color css
<style>
span { border-color: #64683D; }
span { border-color: rgb(100,104,61); }
td.TdClassName
{
border-color: #64683D;
}
.TagClassName
{
border-color: #64683D;
}
</style>