Shades of Woodland #6A6F40
Tints of Woodland #6A6F40
RGB
CMYK
RGB Variations
Color information
#6A6F40 (or 0x6A6F40) is known color: Woodland. HEX triplet: 6A, 6F and 40. RGB value is (106,111,64). Sum of RGB (Red+Green+Blue) = 106+111+64=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #6A6F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6F40 is #9590BF. Grayscale: #686868. Windows color (decimal): -9801920 or 4222826. OLE color: 4222826.
HSL color Cylindrical-coordinate representation of color #6A6F40: hue angle of 66.38º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A6F40 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 111 | 64 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.56 |
| HSL | 66.38º | 0.27% | 0.34% | - |
| HSV(B) | 66.38º | 0.42% | 0.44% | - |
| XYZ | 12.55 | 14.8 | 7.05 | - |
| YUV | 104.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 64 | 0.05 | 0 | 0.42 | 0.56 | 66.38 | 0.27 | 0.34 |
| Hex | 6A | 6F | 40 | 5 | 0 | 2A | 38 | 42 | 1B | 22 |
| Octal | 152 | 157 | 100 | 5 | 0 | 52 | 70 | 102 | 33 | 42 |
| Binary | 1101010 | 1101111 | 1000000 | 101 | 0 | 101010 | 111000 | 1000010 | 11011 | 100010 |
Color Harmonies of #6A6F40
Complementary color
Monochromatic Colors of #6A6F40
Black with #6A6F40
Text Example
Text Example
White with #6A6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6F40; }
p { color: rgb(106,111,64); }
H1.HeaderClassName
{
color: #6A6F40;
}
.AnyTagClassName
{
color: #6A6F40;
}
</style>
background-color css
<style>
a { background-color: #6A6F40; }
a { background-color: rgb(106,111,64); }
div.DivClassName
{
background-color: #6A6F40;
}
.BgClassName
{
background-color: #6A6F40;
}
</style>
border-color css
<style>
span { border-color: #6A6F40; }
span { border-color: rgb(106,111,64); }
td.TdClassName
{
border-color: #6A6F40;
}
.TagClassName
{
border-color: #6A6F40;
}
</style>