Shades of Spicy Mix #876354
Tints of Spicy Mix #876354
RGB
CMYK
RGB Variations
Color information
#876354 (or 0x876354) is known color: Spicy Mix. HEX triplet: 87, 63 and 54. RGB value is (135,99,84). Sum of RGB (Red+Green+Blue) = 135+99+84=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #876354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876354 is #789CAB. Grayscale: #6C6C6C. Windows color (decimal): -7904428 or 5530503. OLE color: 5530503.
HSL color Cylindrical-coordinate representation of color #876354: hue angle of 17.65º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #876354 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 99 | 84 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.47 |
| HSL | 17.65º | 0.23% | 0.43% | - |
| HSV(B) | 17.65º | 0.38% | 0.53% | - |
| XYZ | 16.05 | 14.71 | 10.38 | - |
| YUV | 108.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 84 | 0 | 0.27 | 0.38 | 0.47 | 17.65 | 0.23 | 0.43 |
| Hex | 87 | 63 | 54 | 0 | 1B | 26 | 2F | 12 | 17 | 2B |
| Octal | 207 | 143 | 124 | 0 | 33 | 46 | 57 | 22 | 27 | 53 |
| Binary | 10000111 | 1100011 | 1010100 | 0 | 11011 | 100110 | 101111 | 10010 | 10111 | 101011 |
Color Harmonies of #876354
Complementary color
Monochromatic Colors of #876354
Black with #876354
Text Example
Text Example
White with #876354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876354; }
p { color: rgb(135,99,84); }
H1.HeaderClassName
{
color: #876354;
}
.AnyTagClassName
{
color: #876354;
}
</style>
background-color css
<style>
a { background-color: #876354; }
a { background-color: rgb(135,99,84); }
div.DivClassName
{
background-color: #876354;
}
.BgClassName
{
background-color: #876354;
}
</style>
border-color css
<style>
span { border-color: #876354; }
span { border-color: rgb(135,99,84); }
td.TdClassName
{
border-color: #876354;
}
.TagClassName
{
border-color: #876354;
}
</style>