Shades of Woodland #5F6646
Tints of Woodland #5F6646
RGB
CMYK
RGB Variations
Color information
#5F6646 (or 0x5F6646) is known color: Woodland. HEX triplet: 5F, 66 and 46. RGB value is (95,102,70). Sum of RGB (Red+Green+Blue) = 95+102+70=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6646 is #A099B9. Grayscale: #606060. Windows color (decimal): -10525114 or 4613727. OLE color: 4613727.
HSL color Cylindrical-coordinate representation of color #5F6646: hue angle of 73.12º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F6646 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 70 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.6 |
| HSL | 73.13º | 0.19% | 0.34% | - |
| HSV(B) | 73.13º | 0.31% | 0.4% | - |
| XYZ | 10.58 | 12.38 | 7.63 | - |
| YUV | 96.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 70 | 0.07 | 0 | 0.31 | 0.6 | 73.13 | 0.19 | 0.34 |
| Hex | 5F | 66 | 46 | 7 | 0 | 1F | 3C | 49 | 13 | 22 |
| Octal | 137 | 146 | 106 | 7 | 0 | 37 | 74 | 111 | 23 | 42 |
| Binary | 1011111 | 1100110 | 1000110 | 111 | 0 | 11111 | 111100 | 1001001 | 10011 | 100010 |
Color Harmonies of #5F6646
Complementary color
Monochromatic Colors of #5F6646
Black with #5F6646
Text Example
Text Example
White with #5F6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6646; }
p { color: rgb(95,102,70); }
H1.HeaderClassName
{
color: #5F6646;
}
.AnyTagClassName
{
color: #5F6646;
}
</style>
background-color css
<style>
a { background-color: #5F6646; }
a { background-color: rgb(95,102,70); }
div.DivClassName
{
background-color: #5F6646;
}
.BgClassName
{
background-color: #5F6646;
}
</style>
border-color css
<style>
span { border-color: #5F6646; }
span { border-color: rgb(95,102,70); }
td.TdClassName
{
border-color: #5F6646;
}
.TagClassName
{
border-color: #5F6646;
}
</style>