Shades of Woodland #5D6649
Tints of Woodland #5D6649
RGB
CMYK
RGB Variations
Color information
#5D6649 (or 0x5D6649) is known color: Woodland. HEX triplet: 5D, 66 and 49. RGB value is (93,102,73). Sum of RGB (Red+Green+Blue) = 93+102+73=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6649 is #A299B6. Grayscale: #606060. Windows color (decimal): -10656183 or 4810333. OLE color: 4810333.
HSL color Cylindrical-coordinate representation of color #5D6649: hue angle of 78.62º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D6649 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 73 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.6 |
| HSL | 78.62º | 0.17% | 0.34% | - |
| HSV(B) | 78.62º | 0.28% | 0.4% | - |
| XYZ | 10.47 | 12.31 | 8.13 | - |
| YUV | 96 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 73 | 0.09 | 0 | 0.28 | 0.6 | 78.62 | 0.17 | 0.34 |
| Hex | 5D | 66 | 49 | 9 | 0 | 1C | 3C | 4F | 11 | 22 |
| Octal | 135 | 146 | 111 | 11 | 0 | 34 | 74 | 117 | 21 | 42 |
| Binary | 1011101 | 1100110 | 1001001 | 1001 | 0 | 11100 | 111100 | 1001111 | 10001 | 100010 |
Color Harmonies of #5D6649
Complementary color
Monochromatic Colors of #5D6649
Black with #5D6649
Text Example
Text Example
White with #5D6649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6649; }
p { color: rgb(93,102,73); }
H1.HeaderClassName
{
color: #5D6649;
}
.AnyTagClassName
{
color: #5D6649;
}
</style>
background-color css
<style>
a { background-color: #5D6649; }
a { background-color: rgb(93,102,73); }
div.DivClassName
{
background-color: #5D6649;
}
.BgClassName
{
background-color: #5D6649;
}
</style>
border-color css
<style>
span { border-color: #5D6649; }
span { border-color: rgb(93,102,73); }
td.TdClassName
{
border-color: #5D6649;
}
.TagClassName
{
border-color: #5D6649;
}
</style>