Shades of Spicy Mix #8D6549
Tints of Spicy Mix #8D6549
RGB
CMYK
RGB Variations
Color information
#8D6549 (or 0x8D6549) is known color: Spicy Mix. HEX triplet: 8D, 65 and 49. RGB value is (141,101,73). Sum of RGB (Red+Green+Blue) = 141+101+73=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6549 is #729AB6. Grayscale: #6D6D6D. Windows color (decimal): -7510711 or 4810125. OLE color: 4810125.
HSL color Cylindrical-coordinate representation of color #8D6549: hue angle of 24.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D6549 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 73 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.45 |
| HSL | 24.71º | 0.32% | 0.42% | - |
| HSV(B) | 24.71º | 0.48% | 0.55% | - |
| XYZ | 16.84 | 15.45 | 8.4 | - |
| YUV | 109.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 73 | 0 | 0.28 | 0.48 | 0.45 | 24.71 | 0.32 | 0.42 |
| Hex | 8D | 65 | 49 | 0 | 1C | 30 | 2D | 19 | 20 | 2A |
| Octal | 215 | 145 | 111 | 0 | 34 | 60 | 55 | 31 | 40 | 52 |
| Binary | 10001101 | 1100101 | 1001001 | 0 | 11100 | 110000 | 101101 | 11001 | 100000 | 101010 |
Color Harmonies of #8D6549
Complementary color
Monochromatic Colors of #8D6549
Black with #8D6549
Text Example
Text Example
White with #8D6549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6549; }
p { color: rgb(141,101,73); }
H1.HeaderClassName
{
color: #8D6549;
}
.AnyTagClassName
{
color: #8D6549;
}
</style>
background-color css
<style>
a { background-color: #8D6549; }
a { background-color: rgb(141,101,73); }
div.DivClassName
{
background-color: #8D6549;
}
.BgClassName
{
background-color: #8D6549;
}
</style>
border-color css
<style>
span { border-color: #8D6549; }
span { border-color: rgb(141,101,73); }
td.TdClassName
{
border-color: #8D6549;
}
.TagClassName
{
border-color: #8D6549;
}
</style>