Shades of Woodland #6B7740
Tints of Woodland #6B7740
RGB
CMYK
RGB Variations
Color information
#6B7740 (or 0x6B7740) is known color: Woodland. HEX triplet: 6B, 77 and 40. RGB value is (107,119,64). Sum of RGB (Red+Green+Blue) = 107+119+64=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7740 is #9488BF. Grayscale: #6D6D6D. Windows color (decimal): -9734336 or 4224875. OLE color: 4224875.
HSL color Cylindrical-coordinate representation of color #6B7740: hue angle of 73.09º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B7740 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 64 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.53 |
| HSL | 73.09º | 0.3% | 0.36% | - |
| HSV(B) | 73.09º | 0.46% | 0.47% | - |
| XYZ | 13.59 | 16.69 | 7.36 | - |
| YUV | 109.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 64 | 0.10 | 0 | 0.46 | 0.53 | 73.09 | 0.3 | 0.36 |
| Hex | 6B | 77 | 40 | A | 0 | 2E | 35 | 49 | 1E | 24 |
| Octal | 153 | 167 | 100 | 12 | 0 | 56 | 65 | 111 | 36 | 44 |
| Binary | 1101011 | 1110111 | 1000000 | 1010 | 0 | 101110 | 110101 | 1001001 | 11110 | 100100 |
Color Harmonies of #6B7740
Complementary color
Monochromatic Colors of #6B7740
Black with #6B7740
Text Example
Text Example
White with #6B7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7740; }
p { color: rgb(107,119,64); }
H1.HeaderClassName
{
color: #6B7740;
}
.AnyTagClassName
{
color: #6B7740;
}
</style>
background-color css
<style>
a { background-color: #6B7740; }
a { background-color: rgb(107,119,64); }
div.DivClassName
{
background-color: #6B7740;
}
.BgClassName
{
background-color: #6B7740;
}
</style>
border-color css
<style>
span { border-color: #6B7740; }
span { border-color: rgb(107,119,64); }
td.TdClassName
{
border-color: #6B7740;
}
.TagClassName
{
border-color: #6B7740;
}
</style>