Shades of Woodland #686E3C
Tints of Woodland #686E3C
RGB
CMYK
RGB Variations
Color information
#686E3C (or 0x686E3C) is known color: Woodland. HEX triplet: 68, 6E and 3C. RGB value is (104,110,60). Sum of RGB (Red+Green+Blue) = 104+110+60=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 110 - color contains mainly: green. Hex color #686E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686E3C is #9791C3. Grayscale: #666666. Windows color (decimal): -9933252 or 3960424. OLE color: 3960424.
HSL color Cylindrical-coordinate representation of color #686E3C: hue angle of 67.2º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #686E3C is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 60 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.57 |
| HSL | 67.2º | 0.29% | 0.33% | - |
| HSV(B) | 67.2º | 0.45% | 0.43% | - |
| XYZ | 12.1 | 14.42 | 6.42 | - |
| YUV | 102.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 60 | 0.05 | 0 | 0.45 | 0.57 | 67.2 | 0.29 | 0.33 |
| Hex | 68 | 6E | 3C | 5 | 0 | 2D | 39 | 43 | 1D | 21 |
| Octal | 150 | 156 | 74 | 5 | 0 | 55 | 71 | 103 | 35 | 41 |
| Binary | 1101000 | 1101110 | 111100 | 101 | 0 | 101101 | 111001 | 1000011 | 11101 | 100001 |
Color Harmonies of #686E3C
Complementary color
Monochromatic Colors of #686E3C
Black with #686E3C
Text Example
Text Example
White with #686E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E3C; }
p { color: rgb(104,110,60); }
H1.HeaderClassName
{
color: #686E3C;
}
.AnyTagClassName
{
color: #686E3C;
}
</style>
background-color css
<style>
a { background-color: #686E3C; }
a { background-color: rgb(104,110,60); }
div.DivClassName
{
background-color: #686E3C;
}
.BgClassName
{
background-color: #686E3C;
}
</style>
border-color css
<style>
span { border-color: #686E3C; }
span { border-color: rgb(104,110,60); }
td.TdClassName
{
border-color: #686E3C;
}
.TagClassName
{
border-color: #686E3C;
}
</style>