Shades of Spicy Mix #8C6258
Tints of Spicy Mix #8C6258
RGB
CMYK
RGB Variations
Color information
#8C6258 (or 0x8C6258) is known color: Spicy Mix. HEX triplet: 8C, 62 and 58. RGB value is (140,98,88). Sum of RGB (Red+Green+Blue) = 140+98+88=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6258 is #739DA7. Grayscale: #6D6D6D. Windows color (decimal): -7577000 or 5792396. OLE color: 5792396.
HSL color Cylindrical-coordinate representation of color #8C6258: hue angle of 11.54º 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 #8C6258 is Cyan = 0, Magento = 0.3, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 88 | - |
| CMYK | 0 | 0.3 | 0.37 | 0.45 |
| HSL | 11.54º | 0.23% | 0.45% | - |
| HSV(B) | 11.54º | 0.37% | 0.55% | - |
| XYZ | 16.94 | 15.02 | 11.24 | - |
| YUV | 109.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 88 | 0 | 0.3 | 0.37 | 0.45 | 11.54 | 0.23 | 0.45 |
| Hex | 8C | 62 | 58 | 0 | 1E | 25 | 2D | C | 17 | 2D |
| Octal | 214 | 142 | 130 | 0 | 36 | 45 | 55 | 14 | 27 | 55 |
| Binary | 10001100 | 1100010 | 1011000 | 0 | 11110 | 100101 | 101101 | 1100 | 10111 | 101101 |
Color Harmonies of #8C6258
Complementary color
Monochromatic Colors of #8C6258
Black with #8C6258
Text Example
Text Example
White with #8C6258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6258; }
p { color: rgb(140,98,88); }
H1.HeaderClassName
{
color: #8C6258;
}
.AnyTagClassName
{
color: #8C6258;
}
</style>
background-color css
<style>
a { background-color: #8C6258; }
a { background-color: rgb(140,98,88); }
div.DivClassName
{
background-color: #8C6258;
}
.BgClassName
{
background-color: #8C6258;
}
</style>
border-color css
<style>
span { border-color: #8C6258; }
span { border-color: rgb(140,98,88); }
td.TdClassName
{
border-color: #8C6258;
}
.TagClassName
{
border-color: #8C6258;
}
</style>