Shades of Woodland #6B7344
Tints of Woodland #6B7344
RGB
CMYK
RGB Variations
Color information
#6B7344 (or 0x6B7344) is known color: Woodland. HEX triplet: 6B, 73 and 44. RGB value is (107,115,68). Sum of RGB (Red+Green+Blue) = 107+115+68=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7344 is #948CBB. Grayscale: #6B6B6B. Windows color (decimal): -9735356 or 4485995. OLE color: 4485995.
HSL color Cylindrical-coordinate representation of color #6B7344: hue angle of 70.21º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B7344 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 68 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.55 |
| HSL | 70.21º | 0.26% | 0.36% | - |
| HSV(B) | 70.21º | 0.41% | 0.45% | - |
| XYZ | 13.24 | 15.8 | 7.82 | - |
| YUV | 107.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 68 | 0.07 | 0 | 0.41 | 0.55 | 70.21 | 0.26 | 0.36 |
| Hex | 6B | 73 | 44 | 7 | 0 | 29 | 37 | 46 | 1A | 24 |
| Octal | 153 | 163 | 104 | 7 | 0 | 51 | 67 | 106 | 32 | 44 |
| Binary | 1101011 | 1110011 | 1000100 | 111 | 0 | 101001 | 110111 | 1000110 | 11010 | 100100 |
Color Harmonies of #6B7344
Complementary color
Monochromatic Colors of #6B7344
Black with #6B7344
Text Example
Text Example
White with #6B7344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7344; }
p { color: rgb(107,115,68); }
H1.HeaderClassName
{
color: #6B7344;
}
.AnyTagClassName
{
color: #6B7344;
}
</style>
background-color css
<style>
a { background-color: #6B7344; }
a { background-color: rgb(107,115,68); }
div.DivClassName
{
background-color: #6B7344;
}
.BgClassName
{
background-color: #6B7344;
}
</style>
border-color css
<style>
span { border-color: #6B7344; }
span { border-color: rgb(107,115,68); }
td.TdClassName
{
border-color: #6B7344;
}
.TagClassName
{
border-color: #6B7344;
}
</style>