Shades of Woodland #5D663F
Tints of Woodland #5D663F
RGB
CMYK
RGB Variations
Color information
#5D663F (or 0x5D663F) is known color: Woodland. HEX triplet: 5D, 66 and 3F. RGB value is (93,102,63). Sum of RGB (Red+Green+Blue) = 93+102+63=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #5D663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D663F is #A299C0. Grayscale: #5F5F5F. Windows color (decimal): -10656193 or 4154973. OLE color: 4154973.
HSL color Cylindrical-coordinate representation of color #5D663F: hue angle of 73.85º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D663F is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 63 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.6 |
| HSL | 73.85º | 0.24% | 0.32% | - |
| HSV(B) | 73.85º | 0.38% | 0.4% | - |
| XYZ | 10.16 | 12.19 | 6.52 | - |
| YUV | 94.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 63 | 0.09 | 0 | 0.38 | 0.6 | 73.85 | 0.24 | 0.32 |
| Hex | 5D | 66 | 3F | 9 | 0 | 26 | 3C | 4A | 18 | 20 |
| Octal | 135 | 146 | 77 | 11 | 0 | 46 | 74 | 112 | 30 | 40 |
| Binary | 1011101 | 1100110 | 111111 | 1001 | 0 | 100110 | 111100 | 1001010 | 11000 | 100000 |
Color Harmonies of #5D663F
Complementary color
Monochromatic Colors of #5D663F
Black with #5D663F
Text Example
Text Example
White with #5D663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D663F; }
p { color: rgb(93,102,63); }
H1.HeaderClassName
{
color: #5D663F;
}
.AnyTagClassName
{
color: #5D663F;
}
</style>
background-color css
<style>
a { background-color: #5D663F; }
a { background-color: rgb(93,102,63); }
div.DivClassName
{
background-color: #5D663F;
}
.BgClassName
{
background-color: #5D663F;
}
</style>
border-color css
<style>
span { border-color: #5D663F; }
span { border-color: rgb(93,102,63); }
td.TdClassName
{
border-color: #5D663F;
}
.TagClassName
{
border-color: #5D663F;
}
</style>