Shades of Shadow #886D43
Tints of Shadow #886D43
RGB
CMYK
RGB Variations
Color information
#886D43 (or 0x886D43) is known color: Shadow. HEX triplet: 88, 6D and 43. RGB value is (136,109,67). Sum of RGB (Red+Green+Blue) = 136+109+67=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #886D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D43 is #7792BC. Grayscale: #707070. Windows color (decimal): -7836349 or 4418952. OLE color: 4418952.
HSL color Cylindrical-coordinate representation of color #886D43: hue angle of 36.52º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886D43 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 67 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.47 |
| HSL | 36.52º | 0.34% | 0.4% | - |
| HSV(B) | 36.52º | 0.51% | 0.53% | - |
| XYZ | 16.64 | 16.58 | 7.63 | - |
| YUV | 112.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 67 | 0 | 0.20 | 0.51 | 0.47 | 36.52 | 0.34 | 0.4 |
| Hex | 88 | 6D | 43 | 0 | 14 | 33 | 2F | 25 | 22 | 28 |
| Octal | 210 | 155 | 103 | 0 | 24 | 63 | 57 | 45 | 42 | 50 |
| Binary | 10001000 | 1101101 | 1000011 | 0 | 10100 | 110011 | 101111 | 100101 | 100010 | 101000 |
Color Harmonies of #886D43
Complementary color
Monochromatic Colors of #886D43
Black with #886D43
Text Example
Text Example
White with #886D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D43; }
p { color: rgb(136,109,67); }
H1.HeaderClassName
{
color: #886D43;
}
.AnyTagClassName
{
color: #886D43;
}
</style>
background-color css
<style>
a { background-color: #886D43; }
a { background-color: rgb(136,109,67); }
div.DivClassName
{
background-color: #886D43;
}
.BgClassName
{
background-color: #886D43;
}
</style>
border-color css
<style>
span { border-color: #886D43; }
span { border-color: rgb(136,109,67); }
td.TdClassName
{
border-color: #886D43;
}
.TagClassName
{
border-color: #886D43;
}
</style>