Shades of Woodland #6B703C
Tints of Woodland #6B703C
RGB
CMYK
RGB Variations
Color information
#6B703C (or 0x6B703C) is known color: Woodland. HEX triplet: 6B, 70 and 3C. RGB value is (107,112,60). Sum of RGB (Red+Green+Blue) = 107+112+60=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #6B703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B703C is #948FC3. Grayscale: #686868. Windows color (decimal): -9736132 or 3960939. OLE color: 3960939.
HSL color Cylindrical-coordinate representation of color #6B703C: 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 #6B703C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 60 | - |
| 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.67 | 15.04 | 6.51 | - |
| YUV | 104.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 60 | 0.04 | 0 | 0.46 | 0.56 | 65.77 | 0.3 | 0.34 |
| Hex | 6B | 70 | 3C | 4 | 0 | 2E | 38 | 42 | 1E | 22 |
| Octal | 153 | 160 | 74 | 4 | 0 | 56 | 70 | 102 | 36 | 42 |
| Binary | 1101011 | 1110000 | 111100 | 100 | 0 | 101110 | 111000 | 1000010 | 11110 | 100010 |
Color Harmonies of #6B703C
Complementary color
Monochromatic Colors of #6B703C
Black with #6B703C
Text Example
Text Example
White with #6B703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B703C; }
p { color: rgb(107,112,60); }
H1.HeaderClassName
{
color: #6B703C;
}
.AnyTagClassName
{
color: #6B703C;
}
</style>
background-color css
<style>
a { background-color: #6B703C; }
a { background-color: rgb(107,112,60); }
div.DivClassName
{
background-color: #6B703C;
}
.BgClassName
{
background-color: #6B703C;
}
</style>
border-color css
<style>
span { border-color: #6B703C; }
span { border-color: rgb(107,112,60); }
td.TdClassName
{
border-color: #6B703C;
}
.TagClassName
{
border-color: #6B703C;
}
</style>