Shades of Woodland #686D39
Tints of Woodland #686D39
RGB
CMYK
RGB Variations
Color information
#686D39 (or 0x686D39) is known color: Woodland. HEX triplet: 68, 6D and 39. RGB value is (104,109,57). Sum of RGB (Red+Green+Blue) = 104+109+57=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #686D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D39 is #9792C6. Grayscale: #656565. Windows color (decimal): -9933511 or 3763560. OLE color: 3763560.
HSL color Cylindrical-coordinate representation of color #686D39: hue angle of 65.77º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #686D39 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 57 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.57 |
| HSL | 65.77º | 0.31% | 0.33% | - |
| HSV(B) | 65.77º | 0.48% | 0.43% | - |
| XYZ | 11.92 | 14.18 | 5.98 | - |
| YUV | 101.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 57 | 0.05 | 0 | 0.48 | 0.57 | 65.77 | 0.31 | 0.33 |
| Hex | 68 | 6D | 39 | 5 | 0 | 30 | 39 | 42 | 1F | 21 |
| Octal | 150 | 155 | 71 | 5 | 0 | 60 | 71 | 102 | 37 | 41 |
| Binary | 1101000 | 1101101 | 111001 | 101 | 0 | 110000 | 111001 | 1000010 | 11111 | 100001 |
Color Harmonies of #686D39
Complementary color
Monochromatic Colors of #686D39
Black with #686D39
Text Example
Text Example
White with #686D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D39; }
p { color: rgb(104,109,57); }
H1.HeaderClassName
{
color: #686D39;
}
.AnyTagClassName
{
color: #686D39;
}
</style>
background-color css
<style>
a { background-color: #686D39; }
a { background-color: rgb(104,109,57); }
div.DivClassName
{
background-color: #686D39;
}
.BgClassName
{
background-color: #686D39;
}
</style>
border-color css
<style>
span { border-color: #686D39; }
span { border-color: rgb(104,109,57); }
td.TdClassName
{
border-color: #686D39;
}
.TagClassName
{
border-color: #686D39;
}
</style>