Shades of Spicy Mix #876255
Tints of Spicy Mix #876255
RGB
CMYK
RGB Variations
Color information
#876255 (or 0x876255) is known color: Spicy Mix. HEX triplet: 87, 62 and 55. RGB value is (135,98,85). Sum of RGB (Red+Green+Blue) = 135+98+85=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #876255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876255 is #789DAA. Grayscale: #6B6B6B. Windows color (decimal): -7904683 or 5595783. OLE color: 5595783.
HSL color Cylindrical-coordinate representation of color #876255: hue angle of 15.6º 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 #876255 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 85 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.47 |
| HSL | 15.6º | 0.23% | 0.43% | - |
| HSV(B) | 15.6º | 0.37% | 0.53% | - |
| XYZ | 16 | 14.54 | 10.56 | - |
| YUV | 107.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 85 | 0 | 0.27 | 0.37 | 0.47 | 15.6 | 0.23 | 0.43 |
| Hex | 87 | 62 | 55 | 0 | 1B | 25 | 2F | 10 | 17 | 2B |
| Octal | 207 | 142 | 125 | 0 | 33 | 45 | 57 | 20 | 27 | 53 |
| Binary | 10000111 | 1100010 | 1010101 | 0 | 11011 | 100101 | 101111 | 10000 | 10111 | 101011 |
Color Harmonies of #876255
Complementary color
Monochromatic Colors of #876255
Black with #876255
Text Example
Text Example
White with #876255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876255; }
p { color: rgb(135,98,85); }
H1.HeaderClassName
{
color: #876255;
}
.AnyTagClassName
{
color: #876255;
}
</style>
background-color css
<style>
a { background-color: #876255; }
a { background-color: rgb(135,98,85); }
div.DivClassName
{
background-color: #876255;
}
.BgClassName
{
background-color: #876255;
}
</style>
border-color css
<style>
span { border-color: #876255; }
span { border-color: rgb(135,98,85); }
td.TdClassName
{
border-color: #876255;
}
.TagClassName
{
border-color: #876255;
}
</style>