Shades of Spicy Mix #865D4A
Tints of Spicy Mix #865D4A
RGB
CMYK
RGB Variations
Color information
#865D4A (or 0x865D4A) is known color: Spicy Mix. HEX triplet: 86, 5D and 4A. RGB value is (134,93,74). Sum of RGB (Red+Green+Blue) = 134+93+74=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #865D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D4A is #79A2B5. Grayscale: #676767. Windows color (decimal): -7971510 or 4873606. OLE color: 4873606.
HSL color Cylindrical-coordinate representation of color #865D4A: hue angle of 19º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #865D4A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 74 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.47 |
| HSL | 19º | 0.29% | 0.41% | - |
| HSV(B) | 19º | 0.45% | 0.53% | - |
| XYZ | 14.98 | 13.39 | 8.27 | - |
| YUV | 103.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 74 | 0 | 0.31 | 0.45 | 0.47 | 19 | 0.29 | 0.41 |
| Hex | 86 | 5D | 4A | 0 | 1F | 2D | 2F | 13 | 1D | 29 |
| Octal | 206 | 135 | 112 | 0 | 37 | 55 | 57 | 23 | 35 | 51 |
| Binary | 10000110 | 1011101 | 1001010 | 0 | 11111 | 101101 | 101111 | 10011 | 11101 | 101001 |
Color Harmonies of #865D4A
Complementary color
Monochromatic Colors of #865D4A
Black with #865D4A
Text Example
Text Example
White with #865D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D4A; }
p { color: rgb(134,93,74); }
H1.HeaderClassName
{
color: #865D4A;
}
.AnyTagClassName
{
color: #865D4A;
}
</style>
background-color css
<style>
a { background-color: #865D4A; }
a { background-color: rgb(134,93,74); }
div.DivClassName
{
background-color: #865D4A;
}
.BgClassName
{
background-color: #865D4A;
}
</style>
border-color css
<style>
span { border-color: #865D4A; }
span { border-color: rgb(134,93,74); }
td.TdClassName
{
border-color: #865D4A;
}
.TagClassName
{
border-color: #865D4A;
}
</style>