Shades of Woodland #5D663D
Tints of Woodland #5D663D
RGB
CMYK
RGB Variations
Color information
#5D663D (or 0x5D663D) is known color: Woodland. HEX triplet: 5D, 66 and 3D. RGB value is (93,102,61). Sum of RGB (Red+Green+Blue) = 93+102+61=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #5D663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D663D is #A299C2. Grayscale: #5E5E5E. Windows color (decimal): -10656195 or 4023901. OLE color: 4023901.
HSL color Cylindrical-coordinate representation of color #5D663D: hue angle of 73.17º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D663D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 61 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.6 |
| HSL | 73.17º | 0.25% | 0.32% | - |
| HSV(B) | 73.17º | 0.4% | 0.4% | - |
| XYZ | 10.11 | 12.17 | 6.23 | - |
| YUV | 94.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 61 | 0.09 | 0 | 0.40 | 0.6 | 73.17 | 0.25 | 0.32 |
| Hex | 5D | 66 | 3D | 9 | 0 | 28 | 3C | 49 | 19 | 20 |
| Octal | 135 | 146 | 75 | 11 | 0 | 50 | 74 | 111 | 31 | 40 |
| Binary | 1011101 | 1100110 | 111101 | 1001 | 0 | 101000 | 111100 | 1001001 | 11001 | 100000 |
Color Harmonies of #5D663D
Complementary color
Monochromatic Colors of #5D663D
Black with #5D663D
Text Example
Text Example
White with #5D663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D663D; }
p { color: rgb(93,102,61); }
H1.HeaderClassName
{
color: #5D663D;
}
.AnyTagClassName
{
color: #5D663D;
}
</style>
background-color css
<style>
a { background-color: #5D663D; }
a { background-color: rgb(93,102,61); }
div.DivClassName
{
background-color: #5D663D;
}
.BgClassName
{
background-color: #5D663D;
}
</style>
border-color css
<style>
span { border-color: #5D663D; }
span { border-color: rgb(93,102,61); }
td.TdClassName
{
border-color: #5D663D;
}
.TagClassName
{
border-color: #5D663D;
}
</style>