Shades of Spicy Mix #8F6449
Tints of Spicy Mix #8F6449
RGB
CMYK
RGB Variations
Color information
#8F6449 (or 0x8F6449) is known color: Spicy Mix. HEX triplet: 8F, 64 and 49. RGB value is (143,100,73). Sum of RGB (Red+Green+Blue) = 143+100+73=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6449 is #709BB6. Grayscale: #6D6D6D. Windows color (decimal): -7379895 or 4809871. OLE color: 4809871.
HSL color Cylindrical-coordinate representation of color #8F6449: hue angle of 23.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F6449 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 73 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.44 |
| HSL | 23.14º | 0.32% | 0.42% | - |
| HSV(B) | 23.14º | 0.49% | 0.56% | - |
| XYZ | 17.09 | 15.44 | 8.38 | - |
| YUV | 109.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 73 | 0 | 0.30 | 0.49 | 0.44 | 23.14 | 0.32 | 0.42 |
| Hex | 8F | 64 | 49 | 0 | 1E | 31 | 2C | 17 | 20 | 2A |
| Octal | 217 | 144 | 111 | 0 | 36 | 61 | 54 | 27 | 40 | 52 |
| Binary | 10001111 | 1100100 | 1001001 | 0 | 11110 | 110001 | 101100 | 10111 | 100000 | 101010 |
Color Harmonies of #8F6449
Complementary color
Monochromatic Colors of #8F6449
Black with #8F6449
Text Example
Text Example
White with #8F6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6449; }
p { color: rgb(143,100,73); }
H1.HeaderClassName
{
color: #8F6449;
}
.AnyTagClassName
{
color: #8F6449;
}
</style>
background-color css
<style>
a { background-color: #8F6449; }
a { background-color: rgb(143,100,73); }
div.DivClassName
{
background-color: #8F6449;
}
.BgClassName
{
background-color: #8F6449;
}
</style>
border-color css
<style>
span { border-color: #8F6449; }
span { border-color: rgb(143,100,73); }
td.TdClassName
{
border-color: #8F6449;
}
.TagClassName
{
border-color: #8F6449;
}
</style>