Shades of Spicy Mix #8C6056
Tints of Spicy Mix #8C6056
RGB
CMYK
RGB Variations
Color information
#8C6056 (or 0x8C6056) is known color: Spicy Mix. HEX triplet: 8C, 60 and 56. RGB value is (140,96,86). Sum of RGB (Red+Green+Blue) = 140+96+86=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6056 is #739FA9. Grayscale: #6C6C6C. Windows color (decimal): -7577514 or 5660812. OLE color: 5660812.
HSL color Cylindrical-coordinate representation of color #8C6056: hue angle of 11.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C6056 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 86 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.45 |
| HSL | 11.11º | 0.24% | 0.44% | - |
| HSV(B) | 11.11º | 0.39% | 0.55% | - |
| XYZ | 16.68 | 14.61 | 10.75 | - |
| YUV | 108.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 86 | 0 | 0.31 | 0.39 | 0.45 | 11.11 | 0.24 | 0.44 |
| Hex | 8C | 60 | 56 | 0 | 1F | 27 | 2D | B | 18 | 2C |
| Octal | 214 | 140 | 126 | 0 | 37 | 47 | 55 | 13 | 30 | 54 |
| Binary | 10001100 | 1100000 | 1010110 | 0 | 11111 | 100111 | 101101 | 1011 | 11000 | 101100 |
Color Harmonies of #8C6056
Complementary color
Monochromatic Colors of #8C6056
Black with #8C6056
Text Example
Text Example
White with #8C6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6056; }
p { color: rgb(140,96,86); }
H1.HeaderClassName
{
color: #8C6056;
}
.AnyTagClassName
{
color: #8C6056;
}
</style>
background-color css
<style>
a { background-color: #8C6056; }
a { background-color: rgb(140,96,86); }
div.DivClassName
{
background-color: #8C6056;
}
.BgClassName
{
background-color: #8C6056;
}
</style>
border-color css
<style>
span { border-color: #8C6056; }
span { border-color: rgb(140,96,86); }
td.TdClassName
{
border-color: #8C6056;
}
.TagClassName
{
border-color: #8C6056;
}
</style>