Shades of Spicy Mix #86604E
Tints of Spicy Mix #86604E
RGB
CMYK
RGB Variations
Color information
#86604E (or 0x86604E) is known color: Spicy Mix. HEX triplet: 86, 60 and 4E. RGB value is (134,96,78). Sum of RGB (Red+Green+Blue) = 134+96+78=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86604E is #799FB1. Grayscale: #696969. Windows color (decimal): -7970738 or 5136518. OLE color: 5136518.
HSL color Cylindrical-coordinate representation of color #86604E: hue angle of 19.29º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86604E is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 78 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.47 |
| HSL | 19.29º | 0.26% | 0.42% | - |
| HSV(B) | 19.29º | 0.42% | 0.53% | - |
| XYZ | 15.39 | 13.98 | 9.1 | - |
| YUV | 105.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 78 | 0 | 0.28 | 0.42 | 0.47 | 19.29 | 0.26 | 0.42 |
| Hex | 86 | 60 | 4E | 0 | 1C | 2A | 2F | 13 | 1A | 2A |
| Octal | 206 | 140 | 116 | 0 | 34 | 52 | 57 | 23 | 32 | 52 |
| Binary | 10000110 | 1100000 | 1001110 | 0 | 11100 | 101010 | 101111 | 10011 | 11010 | 101010 |
Color Harmonies of #86604E
Complementary color
Monochromatic Colors of #86604E
Black with #86604E
Text Example
Text Example
White with #86604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86604E; }
p { color: rgb(134,96,78); }
H1.HeaderClassName
{
color: #86604E;
}
.AnyTagClassName
{
color: #86604E;
}
</style>
background-color css
<style>
a { background-color: #86604E; }
a { background-color: rgb(134,96,78); }
div.DivClassName
{
background-color: #86604E;
}
.BgClassName
{
background-color: #86604E;
}
</style>
border-color css
<style>
span { border-color: #86604E; }
span { border-color: rgb(134,96,78); }
td.TdClassName
{
border-color: #86604E;
}
.TagClassName
{
border-color: #86604E;
}
</style>