Shades of Woodland #5E653B
Tints of Woodland #5E653B
RGB
CMYK
RGB Variations
Color information
#5E653B (or 0x5E653B) is known color: Woodland. HEX triplet: 5E, 65 and 3B. RGB value is (94,101,59). Sum of RGB (Red+Green+Blue) = 94+101+59=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #5E653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E653B is #A19AC4. Grayscale: #5E5E5E. Windows color (decimal): -10590917 or 3892574. OLE color: 3892574.
HSL color Cylindrical-coordinate representation of color #5E653B: hue angle of 70º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E653B is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 59 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.60 |
| HSL | 70º | 0.26% | 0.31% | - |
| HSV(B) | 70º | 0.42% | 0.4% | - |
| XYZ | 10.06 | 12 | 5.92 | - |
| YUV | 94.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 59 | 0.07 | 0 | 0.42 | 0.60 | 70 | 0.26 | 0.31 |
| Hex | 5E | 65 | 3B | 7 | 0 | 2A | 3C | 46 | 1A | 1F |
| Octal | 136 | 145 | 73 | 7 | 0 | 52 | 74 | 106 | 32 | 37 |
| Binary | 1011110 | 1100101 | 111011 | 111 | 0 | 101010 | 111100 | 1000110 | 11010 | 11111 |
Color Harmonies of #5E653B
Complementary color
Monochromatic Colors of #5E653B
Black with #5E653B
Text Example
Text Example
White with #5E653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E653B; }
p { color: rgb(94,101,59); }
H1.HeaderClassName
{
color: #5E653B;
}
.AnyTagClassName
{
color: #5E653B;
}
</style>
background-color css
<style>
a { background-color: #5E653B; }
a { background-color: rgb(94,101,59); }
div.DivClassName
{
background-color: #5E653B;
}
.BgClassName
{
background-color: #5E653B;
}
</style>
border-color css
<style>
span { border-color: #5E653B; }
span { border-color: rgb(94,101,59); }
td.TdClassName
{
border-color: #5E653B;
}
.TagClassName
{
border-color: #5E653B;
}
</style>