Shades of Woodland #6C7540
Tints of Woodland #6C7540
RGB
CMYK
RGB Variations
Color information
#6C7540 (or 0x6C7540) is known color: Woodland. HEX triplet: 6C, 75 and 40. RGB value is (108,117,64). Sum of RGB (Red+Green+Blue) = 108+117+64=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7540 is #938ABF. Grayscale: #6C6C6C. Windows color (decimal): -9669312 or 4224364. OLE color: 4224364.
HSL color Cylindrical-coordinate representation of color #6C7540: hue angle of 70.19º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C7540 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 64 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.54 |
| HSL | 70.19º | 0.29% | 0.35% | - |
| HSV(B) | 70.19º | 0.45% | 0.46% | - |
| XYZ | 13.47 | 16.28 | 7.28 | - |
| YUV | 108.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 64 | 0.08 | 0 | 0.45 | 0.54 | 70.19 | 0.29 | 0.35 |
| Hex | 6C | 75 | 40 | 8 | 0 | 2D | 36 | 46 | 1D | 23 |
| Octal | 154 | 165 | 100 | 10 | 0 | 55 | 66 | 106 | 35 | 43 |
| Binary | 1101100 | 1110101 | 1000000 | 1000 | 0 | 101101 | 110110 | 1000110 | 11101 | 100011 |
Color Harmonies of #6C7540
Complementary color
Monochromatic Colors of #6C7540
Black with #6C7540
Text Example
Text Example
White with #6C7540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7540; }
p { color: rgb(108,117,64); }
H1.HeaderClassName
{
color: #6C7540;
}
.AnyTagClassName
{
color: #6C7540;
}
</style>
background-color css
<style>
a { background-color: #6C7540; }
a { background-color: rgb(108,117,64); }
div.DivClassName
{
background-color: #6C7540;
}
.BgClassName
{
background-color: #6C7540;
}
</style>
border-color css
<style>
span { border-color: #6C7540; }
span { border-color: rgb(108,117,64); }
td.TdClassName
{
border-color: #6C7540;
}
.TagClassName
{
border-color: #6C7540;
}
</style>