Shades of Spicy Mix #8D624D
Tints of Spicy Mix #8D624D
RGB
CMYK
RGB Variations
Color information
#8D624D (or 0x8D624D) is known color: Spicy Mix. HEX triplet: 8D, 62 and 4D. RGB value is (141,98,77). Sum of RGB (Red+Green+Blue) = 141+98+77=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D624D is #729DB2. Grayscale: #6C6C6C. Windows color (decimal): -7511475 or 5071501. OLE color: 5071501.
HSL color Cylindrical-coordinate representation of color #8D624D: hue angle of 19.69º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D624D is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 77 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.45 |
| HSL | 19.69º | 0.29% | 0.43% | - |
| HSV(B) | 19.69º | 0.45% | 0.55% | - |
| XYZ | 16.69 | 14.93 | 9.02 | - |
| YUV | 108.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 77 | 0 | 0.30 | 0.45 | 0.45 | 19.69 | 0.29 | 0.43 |
| Hex | 8D | 62 | 4D | 0 | 1E | 2D | 2D | 14 | 1D | 2B |
| Octal | 215 | 142 | 115 | 0 | 36 | 55 | 55 | 24 | 35 | 53 |
| Binary | 10001101 | 1100010 | 1001101 | 0 | 11110 | 101101 | 101101 | 10100 | 11101 | 101011 |
Color Harmonies of #8D624D
Complementary color
Monochromatic Colors of #8D624D
Black with #8D624D
Text Example
Text Example
White with #8D624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D624D; }
p { color: rgb(141,98,77); }
H1.HeaderClassName
{
color: #8D624D;
}
.AnyTagClassName
{
color: #8D624D;
}
</style>
background-color css
<style>
a { background-color: #8D624D; }
a { background-color: rgb(141,98,77); }
div.DivClassName
{
background-color: #8D624D;
}
.BgClassName
{
background-color: #8D624D;
}
</style>
border-color css
<style>
span { border-color: #8D624D; }
span { border-color: rgb(141,98,77); }
td.TdClassName
{
border-color: #8D624D;
}
.TagClassName
{
border-color: #8D624D;
}
</style>