Shades of Woodland #686E44
Tints of Woodland #686E44
RGB
CMYK
RGB Variations
Color information
#686E44 (or 0x686E44) is known color: Woodland. HEX triplet: 68, 6E and 44. RGB value is (104,110,68). Sum of RGB (Red+Green+Blue) = 104+110+68=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 110 - color contains mainly: green. Hex color #686E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686E44 is #9791BB. Grayscale: #676767. Windows color (decimal): -9933244 or 4484712. OLE color: 4484712.
HSL color Cylindrical-coordinate representation of color #686E44: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #686E44 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 68 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.57 |
| HSL | 68.57º | 0.24% | 0.35% | - |
| HSV(B) | 68.57º | 0.38% | 0.43% | - |
| XYZ | 12.33 | 14.51 | 7.62 | - |
| YUV | 103.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 68 | 0.05 | 0 | 0.38 | 0.57 | 68.57 | 0.24 | 0.35 |
| Hex | 68 | 6E | 44 | 5 | 0 | 26 | 39 | 45 | 18 | 23 |
| Octal | 150 | 156 | 104 | 5 | 0 | 46 | 71 | 105 | 30 | 43 |
| Binary | 1101000 | 1101110 | 1000100 | 101 | 0 | 100110 | 111001 | 1000101 | 11000 | 100011 |
Color Harmonies of #686E44
Complementary color
Monochromatic Colors of #686E44
Black with #686E44
Text Example
Text Example
White with #686E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E44; }
p { color: rgb(104,110,68); }
H1.HeaderClassName
{
color: #686E44;
}
.AnyTagClassName
{
color: #686E44;
}
</style>
background-color css
<style>
a { background-color: #686E44; }
a { background-color: rgb(104,110,68); }
div.DivClassName
{
background-color: #686E44;
}
.BgClassName
{
background-color: #686E44;
}
</style>
border-color css
<style>
span { border-color: #686E44; }
span { border-color: rgb(104,110,68); }
td.TdClassName
{
border-color: #686E44;
}
.TagClassName
{
border-color: #686E44;
}
</style>