Shades of Spicy Mix #865949
Tints of Spicy Mix #865949
RGB
CMYK
RGB Variations
Color information
#865949 (or 0x865949) is known color: Spicy Mix. HEX triplet: 86, 59 and 49. RGB value is (134,89,73). Sum of RGB (Red+Green+Blue) = 134+89+73=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #865949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865949 is #79A6B6. Grayscale: #646464. Windows color (decimal): -7972535 or 4807046. OLE color: 4807046.
HSL color Cylindrical-coordinate representation of color #865949: hue angle of 15.74º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865949 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 89 | 73 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.47 |
| HSL | 15.74º | 0.29% | 0.41% | - |
| HSV(B) | 15.74º | 0.46% | 0.53% | - |
| XYZ | 14.61 | 12.69 | 7.98 | - |
| YUV | 100.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 73 | 0 | 0.34 | 0.46 | 0.47 | 15.74 | 0.29 | 0.41 |
| Hex | 86 | 59 | 49 | 0 | 22 | 2E | 2F | 10 | 1D | 29 |
| Octal | 206 | 131 | 111 | 0 | 42 | 56 | 57 | 20 | 35 | 51 |
| Binary | 10000110 | 1011001 | 1001001 | 0 | 100010 | 101110 | 101111 | 10000 | 11101 | 101001 |
Color Harmonies of #865949
Complementary color
Monochromatic Colors of #865949
Black with #865949
Text Example
Text Example
White with #865949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865949; }
p { color: rgb(134,89,73); }
H1.HeaderClassName
{
color: #865949;
}
.AnyTagClassName
{
color: #865949;
}
</style>
background-color css
<style>
a { background-color: #865949; }
a { background-color: rgb(134,89,73); }
div.DivClassName
{
background-color: #865949;
}
.BgClassName
{
background-color: #865949;
}
</style>
border-color css
<style>
span { border-color: #865949; }
span { border-color: rgb(134,89,73); }
td.TdClassName
{
border-color: #865949;
}
.TagClassName
{
border-color: #865949;
}
</style>