Shades of Woodland #686B3F
Tints of Woodland #686B3F
RGB
CMYK
RGB Variations
Color information
#686B3F (or 0x686B3F) is known color: Woodland. HEX triplet: 68, 6B and 3F. RGB value is (104,107,63). Sum of RGB (Red+Green+Blue) = 104+107+63=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #686B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B3F is #9794C0. Grayscale: #656565. Windows color (decimal): -9934017 or 4156264. OLE color: 4156264.
HSL color Cylindrical-coordinate representation of color #686B3F: hue angle of 64.09º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #686B3F is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 63 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.58 |
| HSL | 64.09º | 0.26% | 0.33% | - |
| HSV(B) | 64.09º | 0.41% | 0.42% | - |
| XYZ | 11.86 | 13.82 | 6.74 | - |
| YUV | 101.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 63 | 0.03 | 0 | 0.41 | 0.58 | 64.09 | 0.26 | 0.33 |
| Hex | 68 | 6B | 3F | 3 | 0 | 29 | 3A | 40 | 1A | 21 |
| Octal | 150 | 153 | 77 | 3 | 0 | 51 | 72 | 100 | 32 | 41 |
| Binary | 1101000 | 1101011 | 111111 | 11 | 0 | 101001 | 111010 | 1000000 | 11010 | 100001 |
Color Harmonies of #686B3F
Complementary color
Monochromatic Colors of #686B3F
Black with #686B3F
Text Example
Text Example
White with #686B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B3F; }
p { color: rgb(104,107,63); }
H1.HeaderClassName
{
color: #686B3F;
}
.AnyTagClassName
{
color: #686B3F;
}
</style>
background-color css
<style>
a { background-color: #686B3F; }
a { background-color: rgb(104,107,63); }
div.DivClassName
{
background-color: #686B3F;
}
.BgClassName
{
background-color: #686B3F;
}
</style>
border-color css
<style>
span { border-color: #686B3F; }
span { border-color: rgb(104,107,63); }
td.TdClassName
{
border-color: #686B3F;
}
.TagClassName
{
border-color: #686B3F;
}
</style>