Shades of Woodland #6B743F
Tints of Woodland #6B743F
RGB
CMYK
RGB Variations
Color information
#6B743F (or 0x6B743F) is known color: Woodland. HEX triplet: 6B, 74 and 3F. RGB value is (107,116,63). Sum of RGB (Red+Green+Blue) = 107+116+63=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #6B743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B743F is #948BC0. Grayscale: #6B6B6B. Windows color (decimal): -9735105 or 4158571. OLE color: 4158571.
HSL color Cylindrical-coordinate representation of color #6B743F: hue angle of 70.19º 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 #6B743F is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 63 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.55 |
| HSL | 70.19º | 0.3% | 0.35% | - |
| HSV(B) | 70.19º | 0.46% | 0.45% | - |
| XYZ | 13.21 | 15.98 | 7.09 | - |
| YUV | 107.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 63 | 0.08 | 0 | 0.46 | 0.55 | 70.19 | 0.3 | 0.35 |
| Hex | 6B | 74 | 3F | 8 | 0 | 2E | 37 | 46 | 1E | 23 |
| Octal | 153 | 164 | 77 | 10 | 0 | 56 | 67 | 106 | 36 | 43 |
| Binary | 1101011 | 1110100 | 111111 | 1000 | 0 | 101110 | 110111 | 1000110 | 11110 | 100011 |
Color Harmonies of #6B743F
Complementary color
Monochromatic Colors of #6B743F
Black with #6B743F
Text Example
Text Example
White with #6B743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B743F; }
p { color: rgb(107,116,63); }
H1.HeaderClassName
{
color: #6B743F;
}
.AnyTagClassName
{
color: #6B743F;
}
</style>
background-color css
<style>
a { background-color: #6B743F; }
a { background-color: rgb(107,116,63); }
div.DivClassName
{
background-color: #6B743F;
}
.BgClassName
{
background-color: #6B743F;
}
</style>
border-color css
<style>
span { border-color: #6B743F; }
span { border-color: rgb(107,116,63); }
td.TdClassName
{
border-color: #6B743F;
}
.TagClassName
{
border-color: #6B743F;
}
</style>