Shades of Woodland #6C713D
Tints of Woodland #6C713D
RGB
CMYK
RGB Variations
Color information
#6C713D (or 0x6C713D) is known color: Woodland. HEX triplet: 6C, 71 and 3D. RGB value is (108,113,61). Sum of RGB (Red+Green+Blue) = 108+113+61=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #6C713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C713D is #938EC2. Grayscale: #696969. Windows color (decimal): -9670339 or 4026732. OLE color: 4026732.
HSL color Cylindrical-coordinate representation of color #6C713D: hue angle of 65.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C713D is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 61 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.56 |
| HSL | 65.77º | 0.3% | 0.34% | - |
| HSV(B) | 65.77º | 0.46% | 0.44% | - |
| XYZ | 12.93 | 15.34 | 6.69 | - |
| YUV | 105.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 61 | 0.04 | 0 | 0.46 | 0.56 | 65.77 | 0.3 | 0.34 |
| Hex | 6C | 71 | 3D | 4 | 0 | 2E | 38 | 42 | 1E | 22 |
| Octal | 154 | 161 | 75 | 4 | 0 | 56 | 70 | 102 | 36 | 42 |
| Binary | 1101100 | 1110001 | 111101 | 100 | 0 | 101110 | 111000 | 1000010 | 11110 | 100010 |
Color Harmonies of #6C713D
Complementary color
Monochromatic Colors of #6C713D
Black with #6C713D
Text Example
Text Example
White with #6C713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C713D; }
p { color: rgb(108,113,61); }
H1.HeaderClassName
{
color: #6C713D;
}
.AnyTagClassName
{
color: #6C713D;
}
</style>
background-color css
<style>
a { background-color: #6C713D; }
a { background-color: rgb(108,113,61); }
div.DivClassName
{
background-color: #6C713D;
}
.BgClassName
{
background-color: #6C713D;
}
</style>
border-color css
<style>
span { border-color: #6C713D; }
span { border-color: rgb(108,113,61); }
td.TdClassName
{
border-color: #6C713D;
}
.TagClassName
{
border-color: #6C713D;
}
</style>