Shades of Woodland #6B6F41
Tints of Woodland #6B6F41
RGB
CMYK
RGB Variations
Color information
#6B6F41 (or 0x6B6F41) is known color: Woodland. HEX triplet: 6B, 6F and 41. RGB value is (107,111,65). Sum of RGB (Red+Green+Blue) = 107+111+65=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #6B6F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6F41 is #9490BE. Grayscale: #686868. Windows color (decimal): -9736383 or 4288363. OLE color: 4288363.
HSL color Cylindrical-coordinate representation of color #6B6F41: hue angle of 65.22º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B6F41 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 111 | 65 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.56 |
| HSL | 65.22º | 0.26% | 0.35% | - |
| HSV(B) | 65.22º | 0.41% | 0.44% | - |
| XYZ | 12.7 | 14.88 | 7.2 | - |
| YUV | 104.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 65 | 0.04 | 0 | 0.41 | 0.56 | 65.22 | 0.26 | 0.35 |
| Hex | 6B | 6F | 41 | 4 | 0 | 29 | 38 | 41 | 1A | 23 |
| Octal | 153 | 157 | 101 | 4 | 0 | 51 | 70 | 101 | 32 | 43 |
| Binary | 1101011 | 1101111 | 1000001 | 100 | 0 | 101001 | 111000 | 1000001 | 11010 | 100011 |
Color Harmonies of #6B6F41
Complementary color
Monochromatic Colors of #6B6F41
Black with #6B6F41
Text Example
Text Example
White with #6B6F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F41; }
p { color: rgb(107,111,65); }
H1.HeaderClassName
{
color: #6B6F41;
}
.AnyTagClassName
{
color: #6B6F41;
}
</style>
background-color css
<style>
a { background-color: #6B6F41; }
a { background-color: rgb(107,111,65); }
div.DivClassName
{
background-color: #6B6F41;
}
.BgClassName
{
background-color: #6B6F41;
}
</style>
border-color css
<style>
span { border-color: #6B6F41; }
span { border-color: rgb(107,111,65); }
td.TdClassName
{
border-color: #6B6F41;
}
.TagClassName
{
border-color: #6B6F41;
}
</style>