Shades of Woodland #686E43
Tints of Woodland #686E43
RGB
CMYK
RGB Variations
Color information
#686E43 (or 0x686E43) is known color: Woodland. HEX triplet: 68, 6E and 43. RGB value is (104,110,67). Sum of RGB (Red+Green+Blue) = 104+110+67=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #686E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686E43 is #9791BC. Grayscale: #676767. Windows color (decimal): -9933245 or 4419176. OLE color: 4419176.
HSL color Cylindrical-coordinate representation of color #686E43: hue angle of 68.37º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #686E43 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 67 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.57 |
| HSL | 68.37º | 0.24% | 0.35% | - |
| HSV(B) | 68.37º | 0.39% | 0.43% | - |
| XYZ | 12.3 | 14.5 | 7.46 | - |
| YUV | 103.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 67 | 0.05 | 0 | 0.39 | 0.57 | 68.37 | 0.24 | 0.35 |
| Hex | 68 | 6E | 43 | 5 | 0 | 27 | 39 | 44 | 18 | 23 |
| Octal | 150 | 156 | 103 | 5 | 0 | 47 | 71 | 104 | 30 | 43 |
| Binary | 1101000 | 1101110 | 1000011 | 101 | 0 | 100111 | 111001 | 1000100 | 11000 | 100011 |
Color Harmonies of #686E43
Complementary color
Monochromatic Colors of #686E43
Black with #686E43
Text Example
Text Example
White with #686E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E43; }
p { color: rgb(104,110,67); }
H1.HeaderClassName
{
color: #686E43;
}
.AnyTagClassName
{
color: #686E43;
}
</style>
background-color css
<style>
a { background-color: #686E43; }
a { background-color: rgb(104,110,67); }
div.DivClassName
{
background-color: #686E43;
}
.BgClassName
{
background-color: #686E43;
}
</style>
border-color css
<style>
span { border-color: #686E43; }
span { border-color: rgb(104,110,67); }
td.TdClassName
{
border-color: #686E43;
}
.TagClassName
{
border-color: #686E43;
}
</style>