Shades of Shadow #886C4D
Tints of Shadow #886C4D
RGB
CMYK
RGB Variations
Color information
#886C4D (or 0x886C4D) is known color: Shadow. HEX triplet: 88, 6C and 4D. RGB value is (136,108,77). Sum of RGB (Red+Green+Blue) = 136+108+77=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #886C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C4D is #7793B2. Grayscale: #707070. Windows color (decimal): -7836595 or 5074056. OLE color: 5074056.
HSL color Cylindrical-coordinate representation of color #886C4D: hue angle of 31.53º 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 #886C4D is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 77 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.47 |
| HSL | 31.53º | 0.28% | 0.42% | - |
| HSV(B) | 31.53º | 0.43% | 0.53% | - |
| XYZ | 16.86 | 16.5 | 9.32 | - |
| YUV | 112.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 77 | 0 | 0.21 | 0.43 | 0.47 | 31.53 | 0.28 | 0.42 |
| Hex | 88 | 6C | 4D | 0 | 15 | 2B | 2F | 20 | 1C | 2A |
| Octal | 210 | 154 | 115 | 0 | 25 | 53 | 57 | 40 | 34 | 52 |
| Binary | 10001000 | 1101100 | 1001101 | 0 | 10101 | 101011 | 101111 | 100000 | 11100 | 101010 |
Color Harmonies of #886C4D
Complementary color
Monochromatic Colors of #886C4D
Black with #886C4D
Text Example
Text Example
White with #886C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C4D; }
p { color: rgb(136,108,77); }
H1.HeaderClassName
{
color: #886C4D;
}
.AnyTagClassName
{
color: #886C4D;
}
</style>
background-color css
<style>
a { background-color: #886C4D; }
a { background-color: rgb(136,108,77); }
div.DivClassName
{
background-color: #886C4D;
}
.BgClassName
{
background-color: #886C4D;
}
</style>
border-color css
<style>
span { border-color: #886C4D; }
span { border-color: rgb(136,108,77); }
td.TdClassName
{
border-color: #886C4D;
}
.TagClassName
{
border-color: #886C4D;
}
</style>