Shades of Woodland #5D683F
Tints of Woodland #5D683F
RGB
CMYK
RGB Variations
Color information
#5D683F (or 0x5D683F) is known color: Woodland. HEX triplet: 5D, 68 and 3F. RGB value is (93,104,63). Sum of RGB (Red+Green+Blue) = 93+104+63=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #5D683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D683F is #A297C0. Grayscale: #606060. Windows color (decimal): -10655681 or 4155485. OLE color: 4155485.
HSL color Cylindrical-coordinate representation of color #5D683F: hue angle of 76.1º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D683F is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 104 | 63 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.59 |
| HSL | 76.1º | 0.25% | 0.33% | - |
| HSV(B) | 76.1º | 0.39% | 0.41% | - |
| XYZ | 10.36 | 12.59 | 6.59 | - |
| YUV | 96.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 63 | 0.11 | 0 | 0.39 | 0.59 | 76.1 | 0.25 | 0.33 |
| Hex | 5D | 68 | 3F | B | 0 | 27 | 3B | 4C | 19 | 21 |
| Octal | 135 | 150 | 77 | 13 | 0 | 47 | 73 | 114 | 31 | 41 |
| Binary | 1011101 | 1101000 | 111111 | 1011 | 0 | 100111 | 111011 | 1001100 | 11001 | 100001 |
Color Harmonies of #5D683F
Complementary color
Monochromatic Colors of #5D683F
Black with #5D683F
Text Example
Text Example
White with #5D683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D683F; }
p { color: rgb(93,104,63); }
H1.HeaderClassName
{
color: #5D683F;
}
.AnyTagClassName
{
color: #5D683F;
}
</style>
background-color css
<style>
a { background-color: #5D683F; }
a { background-color: rgb(93,104,63); }
div.DivClassName
{
background-color: #5D683F;
}
.BgClassName
{
background-color: #5D683F;
}
</style>
border-color css
<style>
span { border-color: #5D683F; }
span { border-color: rgb(93,104,63); }
td.TdClassName
{
border-color: #5D683F;
}
.TagClassName
{
border-color: #5D683F;
}
</style>