Shades of Woodland #5D663B
Tints of Woodland #5D663B
RGB
CMYK
RGB Variations
Color information
#5D663B (or 0x5D663B) is known color: Woodland. HEX triplet: 5D, 66 and 3B. RGB value is (93,102,59). Sum of RGB (Red+Green+Blue) = 93+102+59=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #5D663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D663B is #A299C4. Grayscale: #5E5E5E. Windows color (decimal): -10656197 or 3892829. OLE color: 3892829.
HSL color Cylindrical-coordinate representation of color #5D663B: hue angle of 72.56º degrees, saturation: 0.27, 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 #5D663B is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 59 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.6 |
| HSL | 72.56º | 0.27% | 0.32% | - |
| HSV(B) | 72.56º | 0.42% | 0.4% | - |
| XYZ | 10.05 | 12.15 | 5.95 | - |
| YUV | 94.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 59 | 0.09 | 0 | 0.42 | 0.6 | 72.56 | 0.27 | 0.32 |
| Hex | 5D | 66 | 3B | 9 | 0 | 2A | 3C | 49 | 1B | 20 |
| Octal | 135 | 146 | 73 | 11 | 0 | 52 | 74 | 111 | 33 | 40 |
| Binary | 1011101 | 1100110 | 111011 | 1001 | 0 | 101010 | 111100 | 1001001 | 11011 | 100000 |
Color Harmonies of #5D663B
Complementary color
Monochromatic Colors of #5D663B
Black with #5D663B
Text Example
Text Example
White with #5D663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D663B; }
p { color: rgb(93,102,59); }
H1.HeaderClassName
{
color: #5D663B;
}
.AnyTagClassName
{
color: #5D663B;
}
</style>
background-color css
<style>
a { background-color: #5D663B; }
a { background-color: rgb(93,102,59); }
div.DivClassName
{
background-color: #5D663B;
}
.BgClassName
{
background-color: #5D663B;
}
</style>
border-color css
<style>
span { border-color: #5D663B; }
span { border-color: rgb(93,102,59); }
td.TdClassName
{
border-color: #5D663B;
}
.TagClassName
{
border-color: #5D663B;
}
</style>