Shades of Woodland #6D743C
Tints of Woodland #6D743C
RGB
CMYK
RGB Variations
Color information
#6D743C (or 0x6D743C) is known color: Woodland. HEX triplet: 6D, 74 and 3C. RGB value is (109,116,60). Sum of RGB (Red+Green+Blue) = 109+116+60=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #6D743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D743C is #928BC3. Grayscale: #6B6B6B. Windows color (decimal): -9604036 or 3961965. OLE color: 3961965.
HSL color Cylindrical-coordinate representation of color #6D743C: hue angle of 67.5º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D743C is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 60 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.55 |
| HSL | 67.5º | 0.32% | 0.35% | - |
| HSV(B) | 67.5º | 0.48% | 0.45% | - |
| XYZ | 13.37 | 16.07 | 6.67 | - |
| YUV | 107.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 60 | 0.06 | 0 | 0.48 | 0.55 | 67.5 | 0.32 | 0.35 |
| Hex | 6D | 74 | 3C | 6 | 0 | 30 | 37 | 44 | 20 | 23 |
| Octal | 155 | 164 | 74 | 6 | 0 | 60 | 67 | 104 | 40 | 43 |
| Binary | 1101101 | 1110100 | 111100 | 110 | 0 | 110000 | 110111 | 1000100 | 100000 | 100011 |
Color Harmonies of #6D743C
Complementary color
Monochromatic Colors of #6D743C
Black with #6D743C
Text Example
Text Example
White with #6D743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D743C; }
p { color: rgb(109,116,60); }
H1.HeaderClassName
{
color: #6D743C;
}
.AnyTagClassName
{
color: #6D743C;
}
</style>
background-color css
<style>
a { background-color: #6D743C; }
a { background-color: rgb(109,116,60); }
div.DivClassName
{
background-color: #6D743C;
}
.BgClassName
{
background-color: #6D743C;
}
</style>
border-color css
<style>
span { border-color: #6D743C; }
span { border-color: rgb(109,116,60); }
td.TdClassName
{
border-color: #6D743C;
}
.TagClassName
{
border-color: #6D743C;
}
</style>