Shades of Woodland #6A713D
Tints of Woodland #6A713D
RGB
CMYK
RGB Variations
Color information
#6A713D (or 0x6A713D) is known color: Woodland. HEX triplet: 6A, 71 and 3D. RGB value is (106,113,61). Sum of RGB (Red+Green+Blue) = 106+113+61=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #6A713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A713D is #958EC2. Grayscale: #696969. Windows color (decimal): -9801411 or 4026730. OLE color: 4026730.
HSL color Cylindrical-coordinate representation of color #6A713D: hue angle of 68.08º 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 #6A713D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 61 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.56 |
| HSL | 68.08º | 0.3% | 0.34% | - |
| HSV(B) | 68.08º | 0.46% | 0.44% | - |
| XYZ | 12.69 | 15.21 | 6.68 | - |
| YUV | 104.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 61 | 0.06 | 0 | 0.46 | 0.56 | 68.08 | 0.3 | 0.34 |
| Hex | 6A | 71 | 3D | 6 | 0 | 2E | 38 | 44 | 1E | 22 |
| Octal | 152 | 161 | 75 | 6 | 0 | 56 | 70 | 104 | 36 | 42 |
| Binary | 1101010 | 1110001 | 111101 | 110 | 0 | 101110 | 111000 | 1000100 | 11110 | 100010 |
Color Harmonies of #6A713D
Complementary color
Monochromatic Colors of #6A713D
Black with #6A713D
Text Example
Text Example
White with #6A713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A713D; }
p { color: rgb(106,113,61); }
H1.HeaderClassName
{
color: #6A713D;
}
.AnyTagClassName
{
color: #6A713D;
}
</style>
background-color css
<style>
a { background-color: #6A713D; }
a { background-color: rgb(106,113,61); }
div.DivClassName
{
background-color: #6A713D;
}
.BgClassName
{
background-color: #6A713D;
}
</style>
border-color css
<style>
span { border-color: #6A713D; }
span { border-color: rgb(106,113,61); }
td.TdClassName
{
border-color: #6A713D;
}
.TagClassName
{
border-color: #6A713D;
}
</style>