Shades of Spicy Mix #886256
Tints of Spicy Mix #886256
RGB
CMYK
RGB Variations
Color information
#886256 (or 0x886256) is known color: Spicy Mix. HEX triplet: 88, 62 and 56. RGB value is (136,98,86). Sum of RGB (Red+Green+Blue) = 136+98+86=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #886256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886256 is #779DA9. Grayscale: #6C6C6C. Windows color (decimal): -7839146 or 5661320. OLE color: 5661320.
HSL color Cylindrical-coordinate representation of color #886256: hue angle of 14.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #886256 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 86 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.47 |
| HSL | 14.4º | 0.23% | 0.44% | - |
| HSV(B) | 14.4º | 0.37% | 0.53% | - |
| XYZ | 16.2 | 14.64 | 10.78 | - |
| YUV | 107.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 86 | 0 | 0.28 | 0.37 | 0.47 | 14.4 | 0.23 | 0.44 |
| Hex | 88 | 62 | 56 | 0 | 1C | 25 | 2F | E | 17 | 2C |
| Octal | 210 | 142 | 126 | 0 | 34 | 45 | 57 | 16 | 27 | 54 |
| Binary | 10001000 | 1100010 | 1010110 | 0 | 11100 | 100101 | 101111 | 1110 | 10111 | 101100 |
Color Harmonies of #886256
Complementary color
Monochromatic Colors of #886256
Black with #886256
Text Example
Text Example
White with #886256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886256; }
p { color: rgb(136,98,86); }
H1.HeaderClassName
{
color: #886256;
}
.AnyTagClassName
{
color: #886256;
}
</style>
background-color css
<style>
a { background-color: #886256; }
a { background-color: rgb(136,98,86); }
div.DivClassName
{
background-color: #886256;
}
.BgClassName
{
background-color: #886256;
}
</style>
border-color css
<style>
span { border-color: #886256; }
span { border-color: rgb(136,98,86); }
td.TdClassName
{
border-color: #886256;
}
.TagClassName
{
border-color: #886256;
}
</style>