Shades of Spicy Mix #86604C
Tints of Spicy Mix #86604C
RGB
CMYK
RGB Variations
Color information
#86604C (or 0x86604C) is known color: Spicy Mix. HEX triplet: 86, 60 and 4C. RGB value is (134,96,76). Sum of RGB (Red+Green+Blue) = 134+96+76=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #86604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86604C is #799FB3. Grayscale: #696969. Windows color (decimal): -7970740 or 5005446. OLE color: 5005446.
HSL color Cylindrical-coordinate representation of color #86604C: hue angle of 20.69º 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 #86604C is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 76 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.47 |
| HSL | 20.69º | 0.28% | 0.41% | - |
| HSV(B) | 20.69º | 0.43% | 0.53% | - |
| XYZ | 15.32 | 13.96 | 8.72 | - |
| YUV | 105.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 76 | 0 | 0.28 | 0.43 | 0.47 | 20.69 | 0.28 | 0.41 |
| Hex | 86 | 60 | 4C | 0 | 1C | 2B | 2F | 15 | 1C | 29 |
| Octal | 206 | 140 | 114 | 0 | 34 | 53 | 57 | 25 | 34 | 51 |
| Binary | 10000110 | 1100000 | 1001100 | 0 | 11100 | 101011 | 101111 | 10101 | 11100 | 101001 |
Color Harmonies of #86604C
Complementary color
Monochromatic Colors of #86604C
Black with #86604C
Text Example
Text Example
White with #86604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86604C; }
p { color: rgb(134,96,76); }
H1.HeaderClassName
{
color: #86604C;
}
.AnyTagClassName
{
color: #86604C;
}
</style>
background-color css
<style>
a { background-color: #86604C; }
a { background-color: rgb(134,96,76); }
div.DivClassName
{
background-color: #86604C;
}
.BgClassName
{
background-color: #86604C;
}
</style>
border-color css
<style>
span { border-color: #86604C; }
span { border-color: rgb(134,96,76); }
td.TdClassName
{
border-color: #86604C;
}
.TagClassName
{
border-color: #86604C;
}
</style>