Shades of Spicy Mix #865E50
Tints of Spicy Mix #865E50
RGB
CMYK
RGB Variations
Color information
#865E50 (or 0x865E50) is known color: Spicy Mix. HEX triplet: 86, 5E and 50. RGB value is (134,94,80). Sum of RGB (Red+Green+Blue) = 134+94+80=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #865E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E50 is #79A1AF. Grayscale: #686868. Windows color (decimal): -7971248 or 5267078. OLE color: 5267078.
HSL color Cylindrical-coordinate representation of color #865E50: hue angle of 15.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865E50 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 80 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.47 |
| HSL | 15.56º | 0.25% | 0.42% | - |
| HSV(B) | 15.56º | 0.4% | 0.53% | - |
| XYZ | 15.28 | 13.65 | 9.42 | - |
| YUV | 104.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 80 | 0 | 0.30 | 0.40 | 0.47 | 15.56 | 0.25 | 0.42 |
| Hex | 86 | 5E | 50 | 0 | 1E | 28 | 2F | 10 | 19 | 2A |
| Octal | 206 | 136 | 120 | 0 | 36 | 50 | 57 | 20 | 31 | 52 |
| Binary | 10000110 | 1011110 | 1010000 | 0 | 11110 | 101000 | 101111 | 10000 | 11001 | 101010 |
Color Harmonies of #865E50
Complementary color
Monochromatic Colors of #865E50
Black with #865E50
Text Example
Text Example
White with #865E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E50; }
p { color: rgb(134,94,80); }
H1.HeaderClassName
{
color: #865E50;
}
.AnyTagClassName
{
color: #865E50;
}
</style>
background-color css
<style>
a { background-color: #865E50; }
a { background-color: rgb(134,94,80); }
div.DivClassName
{
background-color: #865E50;
}
.BgClassName
{
background-color: #865E50;
}
</style>
border-color css
<style>
span { border-color: #865E50; }
span { border-color: rgb(134,94,80); }
td.TdClassName
{
border-color: #865E50;
}
.TagClassName
{
border-color: #865E50;
}
</style>