Shades of Woodland #6C7841
Tints of Woodland #6C7841
RGB
CMYK
RGB Variations
Color information
#6C7841 (or 0x6C7841) is known color: Woodland. HEX triplet: 6C, 78 and 41. RGB value is (108,120,65). Sum of RGB (Red+Green+Blue) = 108+120+65=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7841 is #9387BE. Grayscale: #6E6E6E. Windows color (decimal): -9668543 or 4290668. OLE color: 4290668.
HSL color Cylindrical-coordinate representation of color #6C7841: 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 #6C7841 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 120 | 65 | - |
| 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.85 | 17 | 7.55 | - |
| YUV | 110.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 65 | 0.10 | 0 | 0.46 | 0.53 | 73.09 | 0.3 | 0.36 |
| Hex | 6C | 78 | 41 | A | 0 | 2E | 35 | 49 | 1E | 24 |
| Octal | 154 | 170 | 101 | 12 | 0 | 56 | 65 | 111 | 36 | 44 |
| Binary | 1101100 | 1111000 | 1000001 | 1010 | 0 | 101110 | 110101 | 1001001 | 11110 | 100100 |
Color Harmonies of #6C7841
Complementary color
Monochromatic Colors of #6C7841
Black with #6C7841
Text Example
Text Example
White with #6C7841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7841; }
p { color: rgb(108,120,65); }
H1.HeaderClassName
{
color: #6C7841;
}
.AnyTagClassName
{
color: #6C7841;
}
</style>
background-color css
<style>
a { background-color: #6C7841; }
a { background-color: rgb(108,120,65); }
div.DivClassName
{
background-color: #6C7841;
}
.BgClassName
{
background-color: #6C7841;
}
</style>
border-color css
<style>
span { border-color: #6C7841; }
span { border-color: rgb(108,120,65); }
td.TdClassName
{
border-color: #6C7841;
}
.TagClassName
{
border-color: #6C7841;
}
</style>