Shades of Woodland #5F6541
Tints of Woodland #5F6541
RGB
CMYK
RGB Variations
Color information
#5F6541 (or 0x5F6541) is known color: Woodland. HEX triplet: 5F, 65 and 41. RGB value is (95,101,65). Sum of RGB (Red+Green+Blue) = 95+101+65=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6541 is #A09ABE. Grayscale: #5F5F5F. Windows color (decimal): -10525375 or 4285791. OLE color: 4285791.
HSL color Cylindrical-coordinate representation of color #5F6541: hue angle of 70º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F6541 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 65 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.60 |
| HSL | 70º | 0.22% | 0.33% | - |
| HSV(B) | 70º | 0.36% | 0.4% | - |
| XYZ | 10.33 | 12.12 | 6.8 | - |
| YUV | 95.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 65 | 0.06 | 0 | 0.36 | 0.60 | 70 | 0.22 | 0.33 |
| Hex | 5F | 65 | 41 | 6 | 0 | 24 | 3C | 46 | 16 | 21 |
| Octal | 137 | 145 | 101 | 6 | 0 | 44 | 74 | 106 | 26 | 41 |
| Binary | 1011111 | 1100101 | 1000001 | 110 | 0 | 100100 | 111100 | 1000110 | 10110 | 100001 |
Color Harmonies of #5F6541
Complementary color
Monochromatic Colors of #5F6541
Black with #5F6541
Text Example
Text Example
White with #5F6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6541; }
p { color: rgb(95,101,65); }
H1.HeaderClassName
{
color: #5F6541;
}
.AnyTagClassName
{
color: #5F6541;
}
</style>
background-color css
<style>
a { background-color: #5F6541; }
a { background-color: rgb(95,101,65); }
div.DivClassName
{
background-color: #5F6541;
}
.BgClassName
{
background-color: #5F6541;
}
</style>
border-color css
<style>
span { border-color: #5F6541; }
span { border-color: rgb(95,101,65); }
td.TdClassName
{
border-color: #5F6541;
}
.TagClassName
{
border-color: #5F6541;
}
</style>