Shades of Spicy Mix #8C6158
Tints of Spicy Mix #8C6158
RGB
CMYK
RGB Variations
Color information
#8C6158 (or 0x8C6158) is known color: Spicy Mix. HEX triplet: 8C, 61 and 58. RGB value is (140,97,88). Sum of RGB (Red+Green+Blue) = 140+97+88=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6158 is #739EA7. Grayscale: #6C6C6C. Windows color (decimal): -7577256 or 5792140. OLE color: 5792140.
HSL color Cylindrical-coordinate representation of color #8C6158: hue angle of 10.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C6158 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 88 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.45 |
| HSL | 10.38º | 0.23% | 0.45% | - |
| HSV(B) | 10.38º | 0.37% | 0.55% | - |
| XYZ | 16.85 | 14.83 | 11.21 | - |
| YUV | 108.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 88 | 0 | 0.31 | 0.37 | 0.45 | 10.38 | 0.23 | 0.45 |
| Hex | 8C | 61 | 58 | 0 | 1F | 25 | 2D | A | 17 | 2D |
| Octal | 214 | 141 | 130 | 0 | 37 | 45 | 55 | 12 | 27 | 55 |
| Binary | 10001100 | 1100001 | 1011000 | 0 | 11111 | 100101 | 101101 | 1010 | 10111 | 101101 |
Color Harmonies of #8C6158
Complementary color
Monochromatic Colors of #8C6158
Black with #8C6158
Text Example
Text Example
White with #8C6158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6158; }
p { color: rgb(140,97,88); }
H1.HeaderClassName
{
color: #8C6158;
}
.AnyTagClassName
{
color: #8C6158;
}
</style>
background-color css
<style>
a { background-color: #8C6158; }
a { background-color: rgb(140,97,88); }
div.DivClassName
{
background-color: #8C6158;
}
.BgClassName
{
background-color: #8C6158;
}
</style>
border-color css
<style>
span { border-color: #8C6158; }
span { border-color: rgb(140,97,88); }
td.TdClassName
{
border-color: #8C6158;
}
.TagClassName
{
border-color: #8C6158;
}
</style>