Shades of Spicy Mix #8C604A
Tints of Spicy Mix #8C604A
RGB
CMYK
RGB Variations
Color information
#8C604A (or 0x8C604A) is known color: Spicy Mix. HEX triplet: 8C, 60 and 4A. RGB value is (140,96,74). Sum of RGB (Red+Green+Blue) = 140+96+74=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C604A is #739FB5. Grayscale: #6A6A6A. Windows color (decimal): -7577526 or 4874380. OLE color: 4874380.
HSL color Cylindrical-coordinate representation of color #8C604A: hue angle of 20º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C604A is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 74 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.45 |
| HSL | 20º | 0.31% | 0.42% | - |
| HSV(B) | 20º | 0.47% | 0.55% | - |
| XYZ | 16.23 | 14.44 | 8.41 | - |
| YUV | 106.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 74 | 0 | 0.31 | 0.47 | 0.45 | 20 | 0.31 | 0.42 |
| Hex | 8C | 60 | 4A | 0 | 1F | 2F | 2D | 14 | 1F | 2A |
| Octal | 214 | 140 | 112 | 0 | 37 | 57 | 55 | 24 | 37 | 52 |
| Binary | 10001100 | 1100000 | 1001010 | 0 | 11111 | 101111 | 101101 | 10100 | 11111 | 101010 |
Color Harmonies of #8C604A
Complementary color
Monochromatic Colors of #8C604A
Black with #8C604A
Text Example
Text Example
White with #8C604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C604A; }
p { color: rgb(140,96,74); }
H1.HeaderClassName
{
color: #8C604A;
}
.AnyTagClassName
{
color: #8C604A;
}
</style>
background-color css
<style>
a { background-color: #8C604A; }
a { background-color: rgb(140,96,74); }
div.DivClassName
{
background-color: #8C604A;
}
.BgClassName
{
background-color: #8C604A;
}
</style>
border-color css
<style>
span { border-color: #8C604A; }
span { border-color: rgb(140,96,74); }
td.TdClassName
{
border-color: #8C604A;
}
.TagClassName
{
border-color: #8C604A;
}
</style>