Shades of Woodland #686D41
Tints of Woodland #686D41
RGB
CMYK
RGB Variations
Color information
#686D41 (or 0x686D41) is known color: Woodland. HEX triplet: 68, 6D and 41. RGB value is (104,109,65). Sum of RGB (Red+Green+Blue) = 104+109+65=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 109 - color contains mainly: green. Hex color #686D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D41 is #9792BE. Grayscale: #666666. Windows color (decimal): -9933503 or 4287848. OLE color: 4287848.
HSL color Cylindrical-coordinate representation of color #686D41: hue angle of 66.82º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #686D41 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 65 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.57 |
| HSL | 66.82º | 0.25% | 0.34% | - |
| HSV(B) | 66.82º | 0.4% | 0.43% | - |
| XYZ | 12.13 | 14.26 | 7.11 | - |
| YUV | 102.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 65 | 0.05 | 0 | 0.40 | 0.57 | 66.82 | 0.25 | 0.34 |
| Hex | 68 | 6D | 41 | 5 | 0 | 28 | 39 | 43 | 19 | 22 |
| Octal | 150 | 155 | 101 | 5 | 0 | 50 | 71 | 103 | 31 | 42 |
| Binary | 1101000 | 1101101 | 1000001 | 101 | 0 | 101000 | 111001 | 1000011 | 11001 | 100010 |
Color Harmonies of #686D41
Complementary color
Monochromatic Colors of #686D41
Black with #686D41
Text Example
Text Example
White with #686D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D41; }
p { color: rgb(104,109,65); }
H1.HeaderClassName
{
color: #686D41;
}
.AnyTagClassName
{
color: #686D41;
}
</style>
background-color css
<style>
a { background-color: #686D41; }
a { background-color: rgb(104,109,65); }
div.DivClassName
{
background-color: #686D41;
}
.BgClassName
{
background-color: #686D41;
}
</style>
border-color css
<style>
span { border-color: #686D41; }
span { border-color: rgb(104,109,65); }
td.TdClassName
{
border-color: #686D41;
}
.TagClassName
{
border-color: #686D41;
}
</style>