Shades of Woodland #5F644E
Tints of Woodland #5F644E
RGB
CMYK
RGB Variations
Color information
#5F644E (or 0x5F644E) is known color: Woodland. HEX triplet: 5F, 64 and 4E. RGB value is (95,100,78). Sum of RGB (Red+Green+Blue) = 95+100+78=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #5F644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F644E is #A09BB1. Grayscale: #606060. Windows color (decimal): -10525618 or 5137503. OLE color: 5137503.
HSL color Cylindrical-coordinate representation of color #5F644E: hue angle of 73.64º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F644E is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 100 | 78 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.61 |
| HSL | 73.64º | 0.12% | 0.35% | - |
| HSV(B) | 73.64º | 0.22% | 0.39% | - |
| XYZ | 10.65 | 12.1 | 8.98 | - |
| YUV | 96 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 78 | 0.05 | 0 | 0.22 | 0.61 | 73.64 | 0.12 | 0.35 |
| Hex | 5F | 64 | 4E | 5 | 0 | 16 | 3D | 4A | C | 23 |
| Octal | 137 | 144 | 116 | 5 | 0 | 26 | 75 | 112 | 14 | 43 |
| Binary | 1011111 | 1100100 | 1001110 | 101 | 0 | 10110 | 111101 | 1001010 | 1100 | 100011 |
Color Harmonies of #5F644E
Complementary color
Monochromatic Colors of #5F644E
Black with #5F644E
Text Example
Text Example
White with #5F644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F644E; }
p { color: rgb(95,100,78); }
H1.HeaderClassName
{
color: #5F644E;
}
.AnyTagClassName
{
color: #5F644E;
}
</style>
background-color css
<style>
a { background-color: #5F644E; }
a { background-color: rgb(95,100,78); }
div.DivClassName
{
background-color: #5F644E;
}
.BgClassName
{
background-color: #5F644E;
}
</style>
border-color css
<style>
span { border-color: #5F644E; }
span { border-color: rgb(95,100,78); }
td.TdClassName
{
border-color: #5F644E;
}
.TagClassName
{
border-color: #5F644E;
}
</style>