Shades of Shadow #886D46
Tints of Shadow #886D46
RGB
CMYK
RGB Variations
Color information
#886D46 (or 0x886D46) is known color: Shadow. HEX triplet: 88, 6D and 46. RGB value is (136,109,70). Sum of RGB (Red+Green+Blue) = 136+109+70=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #886D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D46 is #7792B9. Grayscale: #707070. Windows color (decimal): -7836346 or 4615560. OLE color: 4615560.
HSL color Cylindrical-coordinate representation of color #886D46: hue angle of 35.45º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #886D46 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 70 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.47 |
| HSL | 35.45º | 0.32% | 0.4% | - |
| HSV(B) | 35.45º | 0.49% | 0.53% | - |
| XYZ | 16.73 | 16.61 | 8.12 | - |
| YUV | 112.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 70 | 0 | 0.20 | 0.49 | 0.47 | 35.45 | 0.32 | 0.4 |
| Hex | 88 | 6D | 46 | 0 | 14 | 31 | 2F | 23 | 20 | 28 |
| Octal | 210 | 155 | 106 | 0 | 24 | 61 | 57 | 43 | 40 | 50 |
| Binary | 10001000 | 1101101 | 1000110 | 0 | 10100 | 110001 | 101111 | 100011 | 100000 | 101000 |
Color Harmonies of #886D46
Complementary color
Monochromatic Colors of #886D46
Black with #886D46
Text Example
Text Example
White with #886D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D46; }
p { color: rgb(136,109,70); }
H1.HeaderClassName
{
color: #886D46;
}
.AnyTagClassName
{
color: #886D46;
}
</style>
background-color css
<style>
a { background-color: #886D46; }
a { background-color: rgb(136,109,70); }
div.DivClassName
{
background-color: #886D46;
}
.BgClassName
{
background-color: #886D46;
}
</style>
border-color css
<style>
span { border-color: #886D46; }
span { border-color: rgb(136,109,70); }
td.TdClassName
{
border-color: #886D46;
}
.TagClassName
{
border-color: #886D46;
}
</style>