Shades of Woodland #686B3A
Tints of Woodland #686B3A
RGB
CMYK
RGB Variations
Color information
#686B3A (or 0x686B3A) is known color: Woodland. HEX triplet: 68, 6B and 3A. RGB value is (104,107,58). Sum of RGB (Red+Green+Blue) = 104+107+58=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 107 - color contains mainly: green. Hex color #686B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B3A is #9794C5. Grayscale: #646464. Windows color (decimal): -9934022 or 3828584. OLE color: 3828584.
HSL color Cylindrical-coordinate representation of color #686B3A: hue angle of 63.67º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686B3A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 58 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.58 |
| HSL | 63.67º | 0.3% | 0.32% | - |
| HSV(B) | 63.67º | 0.46% | 0.42% | - |
| XYZ | 11.73 | 13.76 | 6.04 | - |
| YUV | 100.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 58 | 0.03 | 0 | 0.46 | 0.58 | 63.67 | 0.3 | 0.32 |
| Hex | 68 | 6B | 3A | 3 | 0 | 2E | 3A | 40 | 1E | 20 |
| Octal | 150 | 153 | 72 | 3 | 0 | 56 | 72 | 100 | 36 | 40 |
| Binary | 1101000 | 1101011 | 111010 | 11 | 0 | 101110 | 111010 | 1000000 | 11110 | 100000 |
Color Harmonies of #686B3A
Complementary color
Monochromatic Colors of #686B3A
Black with #686B3A
Text Example
Text Example
White with #686B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B3A; }
p { color: rgb(104,107,58); }
H1.HeaderClassName
{
color: #686B3A;
}
.AnyTagClassName
{
color: #686B3A;
}
</style>
background-color css
<style>
a { background-color: #686B3A; }
a { background-color: rgb(104,107,58); }
div.DivClassName
{
background-color: #686B3A;
}
.BgClassName
{
background-color: #686B3A;
}
</style>
border-color css
<style>
span { border-color: #686B3A; }
span { border-color: rgb(104,107,58); }
td.TdClassName
{
border-color: #686B3A;
}
.TagClassName
{
border-color: #686B3A;
}
</style>