Shades of Spicy Mix #8C6057
Tints of Spicy Mix #8C6057
RGB
CMYK
RGB Variations
Color information
#8C6057 (or 0x8C6057) is known color: Spicy Mix. HEX triplet: 8C, 60 and 57. RGB value is (140,96,87). Sum of RGB (Red+Green+Blue) = 140+96+87=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6057 is #739FA8. Grayscale: #6C6C6C. Windows color (decimal): -7577513 or 5726348. OLE color: 5726348.
HSL color Cylindrical-coordinate representation of color #8C6057: hue angle of 10.19º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C6057 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 87 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.45 |
| HSL | 10.19º | 0.23% | 0.45% | - |
| HSV(B) | 10.19º | 0.38% | 0.55% | - |
| XYZ | 16.72 | 14.63 | 10.96 | - |
| YUV | 108.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 87 | 0 | 0.31 | 0.38 | 0.45 | 10.19 | 0.23 | 0.45 |
| Hex | 8C | 60 | 57 | 0 | 1F | 26 | 2D | A | 17 | 2D |
| Octal | 214 | 140 | 127 | 0 | 37 | 46 | 55 | 12 | 27 | 55 |
| Binary | 10001100 | 1100000 | 1010111 | 0 | 11111 | 100110 | 101101 | 1010 | 10111 | 101101 |
Color Harmonies of #8C6057
Complementary color
Monochromatic Colors of #8C6057
Black with #8C6057
Text Example
Text Example
White with #8C6057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6057; }
p { color: rgb(140,96,87); }
H1.HeaderClassName
{
color: #8C6057;
}
.AnyTagClassName
{
color: #8C6057;
}
</style>
background-color css
<style>
a { background-color: #8C6057; }
a { background-color: rgb(140,96,87); }
div.DivClassName
{
background-color: #8C6057;
}
.BgClassName
{
background-color: #8C6057;
}
</style>
border-color css
<style>
span { border-color: #8C6057; }
span { border-color: rgb(140,96,87); }
td.TdClassName
{
border-color: #8C6057;
}
.TagClassName
{
border-color: #8C6057;
}
</style>