Shades of Woodland #5F634E
Tints of Woodland #5F634E
RGB
CMYK
RGB Variations
Color information
#5F634E (or 0x5F634E) is known color: Woodland. HEX triplet: 5F, 63 and 4E. RGB value is (95,99,78). Sum of RGB (Red+Green+Blue) = 95+99+78=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 99 - color contains mainly: green. Hex color #5F634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F634E is #A09CB1. Grayscale: #5F5F5F. Windows color (decimal): -10525874 or 5137247. OLE color: 5137247.
HSL color Cylindrical-coordinate representation of color #5F634E: hue angle of 71.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F634E is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 99 | 78 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.61 |
| HSL | 71.43º | 0.12% | 0.35% | - |
| HSV(B) | 71.43º | 0.21% | 0.39% | - |
| XYZ | 10.56 | 11.91 | 8.95 | - |
| YUV | 95.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 78 | 0.04 | 0 | 0.21 | 0.61 | 71.43 | 0.12 | 0.35 |
| Hex | 5F | 63 | 4E | 4 | 0 | 15 | 3D | 47 | C | 23 |
| Octal | 137 | 143 | 116 | 4 | 0 | 25 | 75 | 107 | 14 | 43 |
| Binary | 1011111 | 1100011 | 1001110 | 100 | 0 | 10101 | 111101 | 1000111 | 1100 | 100011 |
Color Harmonies of #5F634E
Complementary color
Monochromatic Colors of #5F634E
Black with #5F634E
Text Example
Text Example
White with #5F634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F634E; }
p { color: rgb(95,99,78); }
H1.HeaderClassName
{
color: #5F634E;
}
.AnyTagClassName
{
color: #5F634E;
}
</style>
background-color css
<style>
a { background-color: #5F634E; }
a { background-color: rgb(95,99,78); }
div.DivClassName
{
background-color: #5F634E;
}
.BgClassName
{
background-color: #5F634E;
}
</style>
border-color css
<style>
span { border-color: #5F634E; }
span { border-color: rgb(95,99,78); }
td.TdClassName
{
border-color: #5F634E;
}
.TagClassName
{
border-color: #5F634E;
}
</style>