Shades of Woodland #6B7343
Tints of Woodland #6B7343
RGB
CMYK
RGB Variations
Color information
#6B7343 (or 0x6B7343) is known color: Woodland. HEX triplet: 6B, 73 and 43. RGB value is (107,115,67). Sum of RGB (Red+Green+Blue) = 107+115+67=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7343 is #948CBC. Grayscale: #6B6B6B. Windows color (decimal): -9735357 or 4420459. OLE color: 4420459.
HSL color Cylindrical-coordinate representation of color #6B7343: hue angle of 70º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B7343 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 67 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.55 |
| HSL | 70º | 0.26% | 0.36% | - |
| HSV(B) | 70º | 0.42% | 0.45% | - |
| XYZ | 13.21 | 15.79 | 7.66 | - |
| YUV | 107.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 67 | 0.07 | 0 | 0.42 | 0.55 | 70 | 0.26 | 0.36 |
| Hex | 6B | 73 | 43 | 7 | 0 | 2A | 37 | 46 | 1A | 24 |
| Octal | 153 | 163 | 103 | 7 | 0 | 52 | 67 | 106 | 32 | 44 |
| Binary | 1101011 | 1110011 | 1000011 | 111 | 0 | 101010 | 110111 | 1000110 | 11010 | 100100 |
Color Harmonies of #6B7343
Complementary color
Monochromatic Colors of #6B7343
Black with #6B7343
Text Example
Text Example
White with #6B7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7343; }
p { color: rgb(107,115,67); }
H1.HeaderClassName
{
color: #6B7343;
}
.AnyTagClassName
{
color: #6B7343;
}
</style>
background-color css
<style>
a { background-color: #6B7343; }
a { background-color: rgb(107,115,67); }
div.DivClassName
{
background-color: #6B7343;
}
.BgClassName
{
background-color: #6B7343;
}
</style>
border-color css
<style>
span { border-color: #6B7343; }
span { border-color: rgb(107,115,67); }
td.TdClassName
{
border-color: #6B7343;
}
.TagClassName
{
border-color: #6B7343;
}
</style>