Shades of Shadow #886D41
Tints of Shadow #886D41
RGB
CMYK
RGB Variations
Color information
#886D41 (or 0x886D41) is known color: Shadow. HEX triplet: 88, 6D and 41. RGB value is (136,109,65). Sum of RGB (Red+Green+Blue) = 136+109+65=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #886D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D41 is #7792BE. Grayscale: #707070. Windows color (decimal): -7836351 or 4287880. OLE color: 4287880.
HSL color Cylindrical-coordinate representation of color #886D41: hue angle of 37.18º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #886D41 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 65 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.47 |
| HSL | 37.18º | 0.35% | 0.39% | - |
| HSV(B) | 37.18º | 0.52% | 0.53% | - |
| XYZ | 16.58 | 16.55 | 7.32 | - |
| YUV | 112.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 65 | 0 | 0.20 | 0.52 | 0.47 | 37.18 | 0.35 | 0.39 |
| Hex | 88 | 6D | 41 | 0 | 14 | 34 | 2F | 25 | 23 | 27 |
| Octal | 210 | 155 | 101 | 0 | 24 | 64 | 57 | 45 | 43 | 47 |
| Binary | 10001000 | 1101101 | 1000001 | 0 | 10100 | 110100 | 101111 | 100101 | 100011 | 100111 |
Color Harmonies of #886D41
Complementary color
Monochromatic Colors of #886D41
Black with #886D41
Text Example
Text Example
White with #886D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D41; }
p { color: rgb(136,109,65); }
H1.HeaderClassName
{
color: #886D41;
}
.AnyTagClassName
{
color: #886D41;
}
</style>
background-color css
<style>
a { background-color: #886D41; }
a { background-color: rgb(136,109,65); }
div.DivClassName
{
background-color: #886D41;
}
.BgClassName
{
background-color: #886D41;
}
</style>
border-color css
<style>
span { border-color: #886D41; }
span { border-color: rgb(136,109,65); }
td.TdClassName
{
border-color: #886D41;
}
.TagClassName
{
border-color: #886D41;
}
</style>