Shades of Woodland #5E673C
Tints of Woodland #5E673C
RGB
CMYK
RGB Variations
Color information
#5E673C (or 0x5E673C) is known color: Woodland. HEX triplet: 5E, 67 and 3C. RGB value is (94,103,60). Sum of RGB (Red+Green+Blue) = 94+103+60=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #5E673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E673C is #A198C3. Grayscale: #5F5F5F. Windows color (decimal): -10590404 or 3958622. OLE color: 3958622.
HSL color Cylindrical-coordinate representation of color #5E673C: hue angle of 72.56º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E673C is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 60 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.60 |
| HSL | 72.56º | 0.26% | 0.32% | - |
| HSV(B) | 72.56º | 0.42% | 0.4% | - |
| XYZ | 10.28 | 12.41 | 6.13 | - |
| YUV | 95.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 60 | 0.09 | 0 | 0.42 | 0.60 | 72.56 | 0.26 | 0.32 |
| Hex | 5E | 67 | 3C | 9 | 0 | 2A | 3C | 49 | 1A | 20 |
| Octal | 136 | 147 | 74 | 11 | 0 | 52 | 74 | 111 | 32 | 40 |
| Binary | 1011110 | 1100111 | 111100 | 1001 | 0 | 101010 | 111100 | 1001001 | 11010 | 100000 |
Color Harmonies of #5E673C
Complementary color
Monochromatic Colors of #5E673C
Black with #5E673C
Text Example
Text Example
White with #5E673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E673C; }
p { color: rgb(94,103,60); }
H1.HeaderClassName
{
color: #5E673C;
}
.AnyTagClassName
{
color: #5E673C;
}
</style>
background-color css
<style>
a { background-color: #5E673C; }
a { background-color: rgb(94,103,60); }
div.DivClassName
{
background-color: #5E673C;
}
.BgClassName
{
background-color: #5E673C;
}
</style>
border-color css
<style>
span { border-color: #5E673C; }
span { border-color: rgb(94,103,60); }
td.TdClassName
{
border-color: #5E673C;
}
.TagClassName
{
border-color: #5E673C;
}
</style>