Shades of Woodland #686F3F
Tints of Woodland #686F3F
RGB
CMYK
RGB Variations
Color information
#686F3F (or 0x686F3F) is known color: Woodland. HEX triplet: 68, 6F and 3F. RGB value is (104,111,63). Sum of RGB (Red+Green+Blue) = 104+111+63=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 111 - color contains mainly: green. Hex color #686F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F3F is #9790C0. Grayscale: #676767. Windows color (decimal): -9932993 or 4157288. OLE color: 4157288.
HSL color Cylindrical-coordinate representation of color #686F3F: hue angle of 68.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #686F3F is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 63 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.56 |
| HSL | 68.75º | 0.28% | 0.34% | - |
| HSV(B) | 68.75º | 0.43% | 0.44% | - |
| XYZ | 12.29 | 14.67 | 6.89 | - |
| YUV | 103.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 63 | 0.06 | 0 | 0.43 | 0.56 | 68.75 | 0.28 | 0.34 |
| Hex | 68 | 6F | 3F | 6 | 0 | 2B | 38 | 45 | 1C | 22 |
| Octal | 150 | 157 | 77 | 6 | 0 | 53 | 70 | 105 | 34 | 42 |
| Binary | 1101000 | 1101111 | 111111 | 110 | 0 | 101011 | 111000 | 1000101 | 11100 | 100010 |
Color Harmonies of #686F3F
Complementary color
Monochromatic Colors of #686F3F
Black with #686F3F
Text Example
Text Example
White with #686F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F3F; }
p { color: rgb(104,111,63); }
H1.HeaderClassName
{
color: #686F3F;
}
.AnyTagClassName
{
color: #686F3F;
}
</style>
background-color css
<style>
a { background-color: #686F3F; }
a { background-color: rgb(104,111,63); }
div.DivClassName
{
background-color: #686F3F;
}
.BgClassName
{
background-color: #686F3F;
}
</style>
border-color css
<style>
span { border-color: #686F3F; }
span { border-color: rgb(104,111,63); }
td.TdClassName
{
border-color: #686F3F;
}
.TagClassName
{
border-color: #686F3F;
}
</style>