Shades of Spicy Mix #8D6154
Tints of Spicy Mix #8D6154
RGB
CMYK
RGB Variations
Color information
#8D6154 (or 0x8D6154) is known color: Spicy Mix. HEX triplet: 8D, 61 and 54. RGB value is (141,97,84). Sum of RGB (Red+Green+Blue) = 141+97+84=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6154 is #729EAB. Grayscale: #6C6C6C. Windows color (decimal): -7511724 or 5529997. OLE color: 5529997.
HSL color Cylindrical-coordinate representation of color #8D6154: hue angle of 13.68º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D6154 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 84 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.45 |
| HSL | 13.68º | 0.25% | 0.44% | - |
| HSV(B) | 13.68º | 0.4% | 0.55% | - |
| XYZ | 16.86 | 14.85 | 10.37 | - |
| YUV | 108.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 84 | 0 | 0.31 | 0.40 | 0.45 | 13.68 | 0.25 | 0.44 |
| Hex | 8D | 61 | 54 | 0 | 1F | 28 | 2D | E | 19 | 2C |
| Octal | 215 | 141 | 124 | 0 | 37 | 50 | 55 | 16 | 31 | 54 |
| Binary | 10001101 | 1100001 | 1010100 | 0 | 11111 | 101000 | 101101 | 1110 | 11001 | 101100 |
Color Harmonies of #8D6154
Complementary color
Monochromatic Colors of #8D6154
Black with #8D6154
Text Example
Text Example
White with #8D6154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6154; }
p { color: rgb(141,97,84); }
H1.HeaderClassName
{
color: #8D6154;
}
.AnyTagClassName
{
color: #8D6154;
}
</style>
background-color css
<style>
a { background-color: #8D6154; }
a { background-color: rgb(141,97,84); }
div.DivClassName
{
background-color: #8D6154;
}
.BgClassName
{
background-color: #8D6154;
}
</style>
border-color css
<style>
span { border-color: #8D6154; }
span { border-color: rgb(141,97,84); }
td.TdClassName
{
border-color: #8D6154;
}
.TagClassName
{
border-color: #8D6154;
}
</style>