Shades of Spicy Mix #865E54
Tints of Spicy Mix #865E54
RGB
CMYK
RGB Variations
Color information
#865E54 (or 0x865E54) is known color: Spicy Mix. HEX triplet: 86, 5E and 54. RGB value is (134,94,84). Sum of RGB (Red+Green+Blue) = 134+94+84=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #865E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E54 is #79A1AB. Grayscale: #686868. Windows color (decimal): -7971244 or 5529222. OLE color: 5529222.
HSL color Cylindrical-coordinate representation of color #865E54: hue angle of 12º 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 #865E54 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 84 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.47 |
| HSL | 12º | 0.23% | 0.43% | - |
| HSV(B) | 12º | 0.37% | 0.53% | - |
| XYZ | 15.43 | 13.71 | 10.22 | - |
| YUV | 104.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 84 | 0 | 0.30 | 0.37 | 0.47 | 12 | 0.23 | 0.43 |
| Hex | 86 | 5E | 54 | 0 | 1E | 25 | 2F | C | 17 | 2B |
| Octal | 206 | 136 | 124 | 0 | 36 | 45 | 57 | 14 | 27 | 53 |
| Binary | 10000110 | 1011110 | 1010100 | 0 | 11110 | 100101 | 101111 | 1100 | 10111 | 101011 |
Color Harmonies of #865E54
Complementary color
Monochromatic Colors of #865E54
Black with #865E54
Text Example
Text Example
White with #865E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E54; }
p { color: rgb(134,94,84); }
H1.HeaderClassName
{
color: #865E54;
}
.AnyTagClassName
{
color: #865E54;
}
</style>
background-color css
<style>
a { background-color: #865E54; }
a { background-color: rgb(134,94,84); }
div.DivClassName
{
background-color: #865E54;
}
.BgClassName
{
background-color: #865E54;
}
</style>
border-color css
<style>
span { border-color: #865E54; }
span { border-color: rgb(134,94,84); }
td.TdClassName
{
border-color: #865E54;
}
.TagClassName
{
border-color: #865E54;
}
</style>