Shades of Woodland #5F643B
Tints of Woodland #5F643B
RGB
CMYK
RGB Variations
Color information
#5F643B (or 0x5F643B) is known color: Woodland. HEX triplet: 5F, 64 and 3B. RGB value is (95,100,59). Sum of RGB (Red+Green+Blue) = 95+100+59=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #5F643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F643B is #A09BC4. Grayscale: #5D5D5D. Windows color (decimal): -10525637 or 3892319. OLE color: 3892319.
HSL color Cylindrical-coordinate representation of color #5F643B: hue angle of 67.32º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F643B is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 100 | 59 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.61 |
| HSL | 67.32º | 0.26% | 0.31% | - |
| HSV(B) | 67.32º | 0.41% | 0.39% | - |
| XYZ | 10.07 | 11.86 | 5.9 | - |
| YUV | 93.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 59 | 0.05 | 0 | 0.41 | 0.61 | 67.32 | 0.26 | 0.31 |
| Hex | 5F | 64 | 3B | 5 | 0 | 29 | 3D | 43 | 1A | 1F |
| Octal | 137 | 144 | 73 | 5 | 0 | 51 | 75 | 103 | 32 | 37 |
| Binary | 1011111 | 1100100 | 111011 | 101 | 0 | 101001 | 111101 | 1000011 | 11010 | 11111 |
Color Harmonies of #5F643B
Complementary color
Monochromatic Colors of #5F643B
Black with #5F643B
Text Example
Text Example
White with #5F643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F643B; }
p { color: rgb(95,100,59); }
H1.HeaderClassName
{
color: #5F643B;
}
.AnyTagClassName
{
color: #5F643B;
}
</style>
background-color css
<style>
a { background-color: #5F643B; }
a { background-color: rgb(95,100,59); }
div.DivClassName
{
background-color: #5F643B;
}
.BgClassName
{
background-color: #5F643B;
}
</style>
border-color css
<style>
span { border-color: #5F643B; }
span { border-color: rgb(95,100,59); }
td.TdClassName
{
border-color: #5F643B;
}
.TagClassName
{
border-color: #5F643B;
}
</style>