Shades of Woodland #6B7840
Tints of Woodland #6B7840
RGB
CMYK
RGB Variations
Color information
#6B7840 (or 0x6B7840) is known color: Woodland. HEX triplet: 6B, 78 and 40. RGB value is (107,120,64). Sum of RGB (Red+Green+Blue) = 107+120+64=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7840 is #9487BF. Grayscale: #6D6D6D. Windows color (decimal): -9734080 or 4225131. OLE color: 4225131.
HSL color Cylindrical-coordinate representation of color #6B7840: hue angle of 73.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B7840 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 120 | 64 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.53 |
| HSL | 73.93º | 0.3% | 0.36% | - |
| HSV(B) | 73.93º | 0.47% | 0.47% | - |
| XYZ | 13.71 | 16.93 | 7.4 | - |
| YUV | 109.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 64 | 0.11 | 0 | 0.47 | 0.53 | 73.93 | 0.3 | 0.36 |
| Hex | 6B | 78 | 40 | B | 0 | 2F | 35 | 4A | 1E | 24 |
| Octal | 153 | 170 | 100 | 13 | 0 | 57 | 65 | 112 | 36 | 44 |
| Binary | 1101011 | 1111000 | 1000000 | 1011 | 0 | 101111 | 110101 | 1001010 | 11110 | 100100 |
Color Harmonies of #6B7840
Complementary color
Monochromatic Colors of #6B7840
Black with #6B7840
Text Example
Text Example
White with #6B7840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7840; }
p { color: rgb(107,120,64); }
H1.HeaderClassName
{
color: #6B7840;
}
.AnyTagClassName
{
color: #6B7840;
}
</style>
background-color css
<style>
a { background-color: #6B7840; }
a { background-color: rgb(107,120,64); }
div.DivClassName
{
background-color: #6B7840;
}
.BgClassName
{
background-color: #6B7840;
}
</style>
border-color css
<style>
span { border-color: #6B7840; }
span { border-color: rgb(107,120,64); }
td.TdClassName
{
border-color: #6B7840;
}
.TagClassName
{
border-color: #6B7840;
}
</style>