Shades of Woodland #6A6D3F
Tints of Woodland #6A6D3F
RGB
CMYK
RGB Variations
Color information
#6A6D3F (or 0x6A6D3F) is known color: Woodland. HEX triplet: 6A, 6D and 3F. RGB value is (106,109,63). Sum of RGB (Red+Green+Blue) = 106+109+63=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6D3F is #9592C0. Grayscale: #676767. Windows color (decimal): -9802433 or 4156778. OLE color: 4156778.
HSL color Cylindrical-coordinate representation of color #6A6D3F: hue angle of 63.91º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A6D3F is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 63 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.57 |
| HSL | 63.91º | 0.27% | 0.34% | - |
| HSV(B) | 63.91º | 0.42% | 0.43% | - |
| XYZ | 12.31 | 14.36 | 6.83 | - |
| YUV | 102.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 63 | 0.03 | 0 | 0.42 | 0.57 | 63.91 | 0.27 | 0.34 |
| Hex | 6A | 6D | 3F | 3 | 0 | 2A | 39 | 40 | 1B | 22 |
| Octal | 152 | 155 | 77 | 3 | 0 | 52 | 71 | 100 | 33 | 42 |
| Binary | 1101010 | 1101101 | 111111 | 11 | 0 | 101010 | 111001 | 1000000 | 11011 | 100010 |
Color Harmonies of #6A6D3F
Complementary color
Monochromatic Colors of #6A6D3F
Black with #6A6D3F
Text Example
Text Example
White with #6A6D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D3F; }
p { color: rgb(106,109,63); }
H1.HeaderClassName
{
color: #6A6D3F;
}
.AnyTagClassName
{
color: #6A6D3F;
}
</style>
background-color css
<style>
a { background-color: #6A6D3F; }
a { background-color: rgb(106,109,63); }
div.DivClassName
{
background-color: #6A6D3F;
}
.BgClassName
{
background-color: #6A6D3F;
}
</style>
border-color css
<style>
span { border-color: #6A6D3F; }
span { border-color: rgb(106,109,63); }
td.TdClassName
{
border-color: #6A6D3F;
}
.TagClassName
{
border-color: #6A6D3F;
}
</style>