Shades of Woodland #6B713D
Tints of Woodland #6B713D
RGB
CMYK
RGB Variations
Color information
#6B713D (or 0x6B713D) is known color: Woodland. HEX triplet: 6B, 71 and 3D. RGB value is (107,113,61). Sum of RGB (Red+Green+Blue) = 107+113+61=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #6B713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B713D is #948EC2. Grayscale: #696969. Windows color (decimal): -9735875 or 4026731. OLE color: 4026731.
HSL color Cylindrical-coordinate representation of color #6B713D: hue angle of 66.92º 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 #6B713D is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 61 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.56 |
| HSL | 66.92º | 0.3% | 0.34% | - |
| HSV(B) | 66.92º | 0.46% | 0.44% | - |
| XYZ | 12.81 | 15.27 | 6.69 | - |
| YUV | 105.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 61 | 0.05 | 0 | 0.46 | 0.56 | 66.92 | 0.3 | 0.34 |
| Hex | 6B | 71 | 3D | 5 | 0 | 2E | 38 | 43 | 1E | 22 |
| Octal | 153 | 161 | 75 | 5 | 0 | 56 | 70 | 103 | 36 | 42 |
| Binary | 1101011 | 1110001 | 111101 | 101 | 0 | 101110 | 111000 | 1000011 | 11110 | 100010 |
Color Harmonies of #6B713D
Complementary color
Monochromatic Colors of #6B713D
Black with #6B713D
Text Example
Text Example
White with #6B713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B713D; }
p { color: rgb(107,113,61); }
H1.HeaderClassName
{
color: #6B713D;
}
.AnyTagClassName
{
color: #6B713D;
}
</style>
background-color css
<style>
a { background-color: #6B713D; }
a { background-color: rgb(107,113,61); }
div.DivClassName
{
background-color: #6B713D;
}
.BgClassName
{
background-color: #6B713D;
}
</style>
border-color css
<style>
span { border-color: #6B713D; }
span { border-color: rgb(107,113,61); }
td.TdClassName
{
border-color: #6B713D;
}
.TagClassName
{
border-color: #6B713D;
}
</style>