Shades of Woodland #686D47
Tints of Woodland #686D47
RGB
CMYK
RGB Variations
Color information
#686D47 (or 0x686D47) is known color: Woodland. HEX triplet: 68, 6D and 47. RGB value is (104,109,71). Sum of RGB (Red+Green+Blue) = 104+109+71=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #686D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D47 is #9792B8. Grayscale: #676767. Windows color (decimal): -9933497 or 4681064. OLE color: 4681064.
HSL color Cylindrical-coordinate representation of color #686D47: hue angle of 67.89º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686D47 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 71 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.57 |
| HSL | 67.89º | 0.21% | 0.35% | - |
| HSV(B) | 67.89º | 0.35% | 0.43% | - |
| XYZ | 12.31 | 14.34 | 8.08 | - |
| YUV | 103.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 71 | 0.05 | 0 | 0.35 | 0.57 | 67.89 | 0.21 | 0.35 |
| Hex | 68 | 6D | 47 | 5 | 0 | 23 | 39 | 44 | 15 | 23 |
| Octal | 150 | 155 | 107 | 5 | 0 | 43 | 71 | 104 | 25 | 43 |
| Binary | 1101000 | 1101101 | 1000111 | 101 | 0 | 100011 | 111001 | 1000100 | 10101 | 100011 |
Color Harmonies of #686D47
Complementary color
Monochromatic Colors of #686D47
Black with #686D47
Text Example
Text Example
White with #686D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D47; }
p { color: rgb(104,109,71); }
H1.HeaderClassName
{
color: #686D47;
}
.AnyTagClassName
{
color: #686D47;
}
</style>
background-color css
<style>
a { background-color: #686D47; }
a { background-color: rgb(104,109,71); }
div.DivClassName
{
background-color: #686D47;
}
.BgClassName
{
background-color: #686D47;
}
</style>
border-color css
<style>
span { border-color: #686D47; }
span { border-color: rgb(104,109,71); }
td.TdClassName
{
border-color: #686D47;
}
.TagClassName
{
border-color: #686D47;
}
</style>