Shades of Woodland #64684C
Tints of Woodland #64684C
RGB
CMYK
RGB Variations
Color information
#64684C (or 0x64684C) is known color: Woodland. HEX triplet: 64, 68 and 4C. RGB value is (100,104,76). Sum of RGB (Red+Green+Blue) = 100+104+76=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #64684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64684C is #9B97B3. Grayscale: #636363. Windows color (decimal): -10196916 or 5007460. OLE color: 5007460.
HSL color Cylindrical-coordinate representation of color #64684C: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64684C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 76 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.59 |
| HSL | 68.57º | 0.16% | 0.35% | - |
| HSV(B) | 68.57º | 0.27% | 0.41% | - |
| XYZ | 11.51 | 13.13 | 8.77 | - |
| YUV | 99.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 76 | 0.04 | 0 | 0.27 | 0.59 | 68.57 | 0.16 | 0.35 |
| Hex | 64 | 68 | 4C | 4 | 0 | 1B | 3B | 45 | 10 | 23 |
| Octal | 144 | 150 | 114 | 4 | 0 | 33 | 73 | 105 | 20 | 43 |
| Binary | 1100100 | 1101000 | 1001100 | 100 | 0 | 11011 | 111011 | 1000101 | 10000 | 100011 |
Color Harmonies of #64684C
Complementary color
Monochromatic Colors of #64684C
Black with #64684C
Text Example
Text Example
White with #64684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64684C; }
p { color: rgb(100,104,76); }
H1.HeaderClassName
{
color: #64684C;
}
.AnyTagClassName
{
color: #64684C;
}
</style>
background-color css
<style>
a { background-color: #64684C; }
a { background-color: rgb(100,104,76); }
div.DivClassName
{
background-color: #64684C;
}
.BgClassName
{
background-color: #64684C;
}
</style>
border-color css
<style>
span { border-color: #64684C; }
span { border-color: rgb(100,104,76); }
td.TdClassName
{
border-color: #64684C;
}
.TagClassName
{
border-color: #64684C;
}
</style>