Shades of Spicy Mix #865D4C
Tints of Spicy Mix #865D4C
RGB
CMYK
RGB Variations
Color information
#865D4C (or 0x865D4C) is known color: Spicy Mix. HEX triplet: 86, 5D and 4C. RGB value is (134,93,76). Sum of RGB (Red+Green+Blue) = 134+93+76=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #865D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D4C is #79A2B3. Grayscale: #676767. Windows color (decimal): -7971508 or 5004678. OLE color: 5004678.
HSL color Cylindrical-coordinate representation of color #865D4C: hue angle of 17.59º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #865D4C is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 76 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.47 |
| HSL | 17.59º | 0.28% | 0.41% | - |
| HSV(B) | 17.59º | 0.43% | 0.53% | - |
| XYZ | 15.05 | 13.42 | 8.63 | - |
| YUV | 103.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 76 | 0 | 0.31 | 0.43 | 0.47 | 17.59 | 0.28 | 0.41 |
| Hex | 86 | 5D | 4C | 0 | 1F | 2B | 2F | 12 | 1C | 29 |
| Octal | 206 | 135 | 114 | 0 | 37 | 53 | 57 | 22 | 34 | 51 |
| Binary | 10000110 | 1011101 | 1001100 | 0 | 11111 | 101011 | 101111 | 10010 | 11100 | 101001 |
Color Harmonies of #865D4C
Complementary color
Monochromatic Colors of #865D4C
Black with #865D4C
Text Example
Text Example
White with #865D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D4C; }
p { color: rgb(134,93,76); }
H1.HeaderClassName
{
color: #865D4C;
}
.AnyTagClassName
{
color: #865D4C;
}
</style>
background-color css
<style>
a { background-color: #865D4C; }
a { background-color: rgb(134,93,76); }
div.DivClassName
{
background-color: #865D4C;
}
.BgClassName
{
background-color: #865D4C;
}
</style>
border-color css
<style>
span { border-color: #865D4C; }
span { border-color: rgb(134,93,76); }
td.TdClassName
{
border-color: #865D4C;
}
.TagClassName
{
border-color: #865D4C;
}
</style>