Shades of Woodland #6B7041
Tints of Woodland #6B7041
RGB
CMYK
RGB Variations
Color information
#6B7041 (or 0x6B7041) is known color: Woodland. HEX triplet: 6B, 70 and 41. RGB value is (107,112,65). Sum of RGB (Red+Green+Blue) = 107+112+65=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7041 is #948FBE. Grayscale: #696969. Windows color (decimal): -9736127 or 4288619. OLE color: 4288619.
HSL color Cylindrical-coordinate representation of color #6B7041: hue angle of 66.38º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B7041 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 65 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.56 |
| HSL | 66.38º | 0.27% | 0.35% | - |
| HSV(B) | 66.38º | 0.42% | 0.44% | - |
| XYZ | 12.81 | 15.1 | 7.24 | - |
| YUV | 105.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 65 | 0.04 | 0 | 0.42 | 0.56 | 66.38 | 0.27 | 0.35 |
| Hex | 6B | 70 | 41 | 4 | 0 | 2A | 38 | 42 | 1B | 23 |
| Octal | 153 | 160 | 101 | 4 | 0 | 52 | 70 | 102 | 33 | 43 |
| Binary | 1101011 | 1110000 | 1000001 | 100 | 0 | 101010 | 111000 | 1000010 | 11011 | 100011 |
Color Harmonies of #6B7041
Complementary color
Monochromatic Colors of #6B7041
Black with #6B7041
Text Example
Text Example
White with #6B7041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7041; }
p { color: rgb(107,112,65); }
H1.HeaderClassName
{
color: #6B7041;
}
.AnyTagClassName
{
color: #6B7041;
}
</style>
background-color css
<style>
a { background-color: #6B7041; }
a { background-color: rgb(107,112,65); }
div.DivClassName
{
background-color: #6B7041;
}
.BgClassName
{
background-color: #6B7041;
}
</style>
border-color css
<style>
span { border-color: #6B7041; }
span { border-color: rgb(107,112,65); }
td.TdClassName
{
border-color: #6B7041;
}
.TagClassName
{
border-color: #6B7041;
}
</style>