Shades of Spicy Mix #8D6151
Tints of Spicy Mix #8D6151
RGB
CMYK
RGB Variations
Color information
#8D6151 (or 0x8D6151) is known color: Spicy Mix. HEX triplet: 8D, 61 and 51. RGB value is (141,97,81). Sum of RGB (Red+Green+Blue) = 141+97+81=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6151 is #729EAE. Grayscale: #6C6C6C. Windows color (decimal): -7511727 or 5333389. OLE color: 5333389.
HSL color Cylindrical-coordinate representation of color #8D6151: hue angle of 16º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D6151 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 81 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.45 |
| HSL | 16º | 0.27% | 0.44% | - |
| HSV(B) | 16º | 0.43% | 0.55% | - |
| XYZ | 16.74 | 14.81 | 9.76 | - |
| YUV | 108.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 81 | 0 | 0.31 | 0.43 | 0.45 | 16 | 0.27 | 0.44 |
| Hex | 8D | 61 | 51 | 0 | 1F | 2B | 2D | 10 | 1B | 2C |
| Octal | 215 | 141 | 121 | 0 | 37 | 53 | 55 | 20 | 33 | 54 |
| Binary | 10001101 | 1100001 | 1010001 | 0 | 11111 | 101011 | 101101 | 10000 | 11011 | 101100 |
Color Harmonies of #8D6151
Complementary color
Monochromatic Colors of #8D6151
Black with #8D6151
Text Example
Text Example
White with #8D6151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6151; }
p { color: rgb(141,97,81); }
H1.HeaderClassName
{
color: #8D6151;
}
.AnyTagClassName
{
color: #8D6151;
}
</style>
background-color css
<style>
a { background-color: #8D6151; }
a { background-color: rgb(141,97,81); }
div.DivClassName
{
background-color: #8D6151;
}
.BgClassName
{
background-color: #8D6151;
}
</style>
border-color css
<style>
span { border-color: #8D6151; }
span { border-color: rgb(141,97,81); }
td.TdClassName
{
border-color: #8D6151;
}
.TagClassName
{
border-color: #8D6151;
}
</style>