Shades of Shadow #886D4D
Tints of Shadow #886D4D
RGB
CMYK
RGB Variations
Color information
#886D4D (or 0x886D4D) is known color: Shadow. HEX triplet: 88, 6D and 4D. RGB value is (136,109,77). Sum of RGB (Red+Green+Blue) = 136+109+77=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #886D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D4D is #7792B2. Grayscale: #717171. Windows color (decimal): -7836339 or 5074312. OLE color: 5074312.
HSL color Cylindrical-coordinate representation of color #886D4D: hue angle of 32.54º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #886D4D is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 77 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.47 |
| HSL | 32.54º | 0.28% | 0.42% | - |
| HSV(B) | 32.54º | 0.43% | 0.53% | - |
| XYZ | 16.96 | 16.71 | 9.35 | - |
| YUV | 113.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 77 | 0 | 0.20 | 0.43 | 0.47 | 32.54 | 0.28 | 0.42 |
| Hex | 88 | 6D | 4D | 0 | 14 | 2B | 2F | 21 | 1C | 2A |
| Octal | 210 | 155 | 115 | 0 | 24 | 53 | 57 | 41 | 34 | 52 |
| Binary | 10001000 | 1101101 | 1001101 | 0 | 10100 | 101011 | 101111 | 100001 | 11100 | 101010 |
Color Harmonies of #886D4D
Complementary color
Monochromatic Colors of #886D4D
Black with #886D4D
Text Example
Text Example
White with #886D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D4D; }
p { color: rgb(136,109,77); }
H1.HeaderClassName
{
color: #886D4D;
}
.AnyTagClassName
{
color: #886D4D;
}
</style>
background-color css
<style>
a { background-color: #886D4D; }
a { background-color: rgb(136,109,77); }
div.DivClassName
{
background-color: #886D4D;
}
.BgClassName
{
background-color: #886D4D;
}
</style>
border-color css
<style>
span { border-color: #886D4D; }
span { border-color: rgb(136,109,77); }
td.TdClassName
{
border-color: #886D4D;
}
.TagClassName
{
border-color: #886D4D;
}
</style>