Shades of Spicy Mix #876355
Tints of Spicy Mix #876355
RGB
CMYK
RGB Variations
Color information
#876355 (or 0x876355) is known color: Spicy Mix. HEX triplet: 87, 63 and 55. RGB value is (135,99,85). Sum of RGB (Red+Green+Blue) = 135+99+85=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #876355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876355 is #789CAA. Grayscale: #6C6C6C. Windows color (decimal): -7904427 or 5596039. OLE color: 5596039.
HSL color Cylindrical-coordinate representation of color #876355: hue angle of 16.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #876355 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 99 | 85 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.47 |
| HSL | 16.8º | 0.23% | 0.43% | - |
| HSV(B) | 16.8º | 0.37% | 0.53% | - |
| XYZ | 16.09 | 14.73 | 10.59 | - |
| YUV | 108.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 85 | 0 | 0.27 | 0.37 | 0.47 | 16.8 | 0.23 | 0.43 |
| Hex | 87 | 63 | 55 | 0 | 1B | 25 | 2F | 11 | 17 | 2B |
| Octal | 207 | 143 | 125 | 0 | 33 | 45 | 57 | 21 | 27 | 53 |
| Binary | 10000111 | 1100011 | 1010101 | 0 | 11011 | 100101 | 101111 | 10001 | 10111 | 101011 |
Color Harmonies of #876355
Complementary color
Monochromatic Colors of #876355
Black with #876355
Text Example
Text Example
White with #876355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876355; }
p { color: rgb(135,99,85); }
H1.HeaderClassName
{
color: #876355;
}
.AnyTagClassName
{
color: #876355;
}
</style>
background-color css
<style>
a { background-color: #876355; }
a { background-color: rgb(135,99,85); }
div.DivClassName
{
background-color: #876355;
}
.BgClassName
{
background-color: #876355;
}
</style>
border-color css
<style>
span { border-color: #876355; }
span { border-color: rgb(135,99,85); }
td.TdClassName
{
border-color: #876355;
}
.TagClassName
{
border-color: #876355;
}
</style>