Shades of Woodland #6C723E
Tints of Woodland #6C723E
RGB
CMYK
RGB Variations
Color information
#6C723E (or 0x6C723E) is known color: Woodland. HEX triplet: 6C, 72 and 3E. RGB value is (108,114,62). Sum of RGB (Red+Green+Blue) = 108+114+62=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #6C723E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C723E is #938DC1. Grayscale: #6A6A6A. Windows color (decimal): -9670082 or 4092524. OLE color: 4092524.
HSL color Cylindrical-coordinate representation of color #6C723E: hue angle of 66.92º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C723E is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 114 | 62 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.55 |
| HSL | 66.92º | 0.3% | 0.35% | - |
| HSV(B) | 66.92º | 0.46% | 0.45% | - |
| XYZ | 13.07 | 15.57 | 6.87 | - |
| YUV | 106.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 62 | 0.05 | 0 | 0.46 | 0.55 | 66.92 | 0.3 | 0.35 |
| Hex | 6C | 72 | 3E | 5 | 0 | 2E | 37 | 43 | 1E | 23 |
| Octal | 154 | 162 | 76 | 5 | 0 | 56 | 67 | 103 | 36 | 43 |
| Binary | 1101100 | 1110010 | 111110 | 101 | 0 | 101110 | 110111 | 1000011 | 11110 | 100011 |
Color Harmonies of #6C723E
Complementary color
Monochromatic Colors of #6C723E
Black with #6C723E
Text Example
Text Example
White with #6C723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C723E; }
p { color: rgb(108,114,62); }
H1.HeaderClassName
{
color: #6C723E;
}
.AnyTagClassName
{
color: #6C723E;
}
</style>
background-color css
<style>
a { background-color: #6C723E; }
a { background-color: rgb(108,114,62); }
div.DivClassName
{
background-color: #6C723E;
}
.BgClassName
{
background-color: #6C723E;
}
</style>
border-color css
<style>
span { border-color: #6C723E; }
span { border-color: rgb(108,114,62); }
td.TdClassName
{
border-color: #6C723E;
}
.TagClassName
{
border-color: #6C723E;
}
</style>