Shades of Woodland #6B7544
Tints of Woodland #6B7544
RGB
CMYK
RGB Variations
Color information
#6B7544 (or 0x6B7544) is known color: Woodland. HEX triplet: 6B, 75 and 44. RGB value is (107,117,68). Sum of RGB (Red+Green+Blue) = 107+117+68=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #6B7544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7544 is #948ABB. Grayscale: #6C6C6C. Windows color (decimal): -9734844 or 4486507. OLE color: 4486507.
HSL color Cylindrical-coordinate representation of color #6B7544: hue angle of 72.24º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B7544 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 117 | 68 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.54 |
| HSL | 72.24º | 0.26% | 0.36% | - |
| HSV(B) | 72.24º | 0.42% | 0.46% | - |
| XYZ | 13.47 | 16.27 | 7.9 | - |
| YUV | 108.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 68 | 0.09 | 0 | 0.42 | 0.54 | 72.24 | 0.26 | 0.36 |
| Hex | 6B | 75 | 44 | 9 | 0 | 2A | 36 | 48 | 1A | 24 |
| Octal | 153 | 165 | 104 | 11 | 0 | 52 | 66 | 110 | 32 | 44 |
| Binary | 1101011 | 1110101 | 1000100 | 1001 | 0 | 101010 | 110110 | 1001000 | 11010 | 100100 |
Color Harmonies of #6B7544
Complementary color
Monochromatic Colors of #6B7544
Black with #6B7544
Text Example
Text Example
White with #6B7544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7544; }
p { color: rgb(107,117,68); }
H1.HeaderClassName
{
color: #6B7544;
}
.AnyTagClassName
{
color: #6B7544;
}
</style>
background-color css
<style>
a { background-color: #6B7544; }
a { background-color: rgb(107,117,68); }
div.DivClassName
{
background-color: #6B7544;
}
.BgClassName
{
background-color: #6B7544;
}
</style>
border-color css
<style>
span { border-color: #6B7544; }
span { border-color: rgb(107,117,68); }
td.TdClassName
{
border-color: #6B7544;
}
.TagClassName
{
border-color: #6B7544;
}
</style>