Shades of Woodland #686E45
Tints of Woodland #686E45
RGB
CMYK
RGB Variations
Color information
#686E45 (or 0x686E45) is known color: Woodland. HEX triplet: 68, 6E and 45. RGB value is (104,110,69). Sum of RGB (Red+Green+Blue) = 104+110+69=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #686E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686E45 is #9791BA. Grayscale: #676767. Windows color (decimal): -9933243 or 4550248. OLE color: 4550248.
HSL color Cylindrical-coordinate representation of color #686E45: hue angle of 68.78º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #686E45 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 69 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.57 |
| HSL | 68.78º | 0.23% | 0.35% | - |
| HSV(B) | 68.78º | 0.37% | 0.43% | - |
| XYZ | 12.36 | 14.52 | 7.78 | - |
| YUV | 103.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 69 | 0.05 | 0 | 0.37 | 0.57 | 68.78 | 0.23 | 0.35 |
| Hex | 68 | 6E | 45 | 5 | 0 | 25 | 39 | 45 | 17 | 23 |
| Octal | 150 | 156 | 105 | 5 | 0 | 45 | 71 | 105 | 27 | 43 |
| Binary | 1101000 | 1101110 | 1000101 | 101 | 0 | 100101 | 111001 | 1000101 | 10111 | 100011 |
Color Harmonies of #686E45
Complementary color
Monochromatic Colors of #686E45
Black with #686E45
Text Example
Text Example
White with #686E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E45; }
p { color: rgb(104,110,69); }
H1.HeaderClassName
{
color: #686E45;
}
.AnyTagClassName
{
color: #686E45;
}
</style>
background-color css
<style>
a { background-color: #686E45; }
a { background-color: rgb(104,110,69); }
div.DivClassName
{
background-color: #686E45;
}
.BgClassName
{
background-color: #686E45;
}
</style>
border-color css
<style>
span { border-color: #686E45; }
span { border-color: rgb(104,110,69); }
td.TdClassName
{
border-color: #686E45;
}
.TagClassName
{
border-color: #686E45;
}
</style>