Shades of Spicy Mix #8C6150
Tints of Spicy Mix #8C6150
RGB
CMYK
RGB Variations
Color information
#8C6150 (or 0x8C6150) is known color: Spicy Mix. HEX triplet: 8C, 61 and 50. RGB value is (140,97,80). Sum of RGB (Red+Green+Blue) = 140+97+80=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6150 is #739EAF. Grayscale: #6C6C6C. Windows color (decimal): -7577264 or 5267852. OLE color: 5267852.
HSL color Cylindrical-coordinate representation of color #8C6150: hue angle of 17º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C6150 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 80 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.45 |
| HSL | 17º | 0.27% | 0.43% | - |
| HSV(B) | 17º | 0.43% | 0.55% | - |
| XYZ | 16.54 | 14.7 | 9.56 | - |
| YUV | 107.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 80 | 0 | 0.31 | 0.43 | 0.45 | 17 | 0.27 | 0.43 |
| Hex | 8C | 61 | 50 | 0 | 1F | 2B | 2D | 11 | 1B | 2B |
| Octal | 214 | 141 | 120 | 0 | 37 | 53 | 55 | 21 | 33 | 53 |
| Binary | 10001100 | 1100001 | 1010000 | 0 | 11111 | 101011 | 101101 | 10001 | 11011 | 101011 |
Color Harmonies of #8C6150
Complementary color
Monochromatic Colors of #8C6150
Black with #8C6150
Text Example
Text Example
White with #8C6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6150; }
p { color: rgb(140,97,80); }
H1.HeaderClassName
{
color: #8C6150;
}
.AnyTagClassName
{
color: #8C6150;
}
</style>
background-color css
<style>
a { background-color: #8C6150; }
a { background-color: rgb(140,97,80); }
div.DivClassName
{
background-color: #8C6150;
}
.BgClassName
{
background-color: #8C6150;
}
</style>
border-color css
<style>
span { border-color: #8C6150; }
span { border-color: rgb(140,97,80); }
td.TdClassName
{
border-color: #8C6150;
}
.TagClassName
{
border-color: #8C6150;
}
</style>