Shades of Spicy Mix #8F6048
Tints of Spicy Mix #8F6048
RGB
CMYK
RGB Variations
Color information
#8F6048 (or 0x8F6048) is known color: Spicy Mix. HEX triplet: 8F, 60 and 48. RGB value is (143,96,72). Sum of RGB (Red+Green+Blue) = 143+96+72=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6048 is #709FB7. Grayscale: #6B6B6B. Windows color (decimal): -7380920 or 4743311. OLE color: 4743311.
HSL color Cylindrical-coordinate representation of color #8F6048: hue angle of 20.28º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F6048 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 72 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.44 |
| HSL | 20.28º | 0.33% | 0.42% | - |
| HSV(B) | 20.28º | 0.5% | 0.56% | - |
| XYZ | 16.68 | 14.67 | 8.08 | - |
| YUV | 107.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 72 | 0 | 0.33 | 0.50 | 0.44 | 20.28 | 0.33 | 0.42 |
| Hex | 8F | 60 | 48 | 0 | 21 | 32 | 2C | 14 | 21 | 2A |
| Octal | 217 | 140 | 110 | 0 | 41 | 62 | 54 | 24 | 41 | 52 |
| Binary | 10001111 | 1100000 | 1001000 | 0 | 100001 | 110010 | 101100 | 10100 | 100001 | 101010 |
Color Harmonies of #8F6048
Complementary color
Monochromatic Colors of #8F6048
Black with #8F6048
Text Example
Text Example
White with #8F6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6048; }
p { color: rgb(143,96,72); }
H1.HeaderClassName
{
color: #8F6048;
}
.AnyTagClassName
{
color: #8F6048;
}
</style>
background-color css
<style>
a { background-color: #8F6048; }
a { background-color: rgb(143,96,72); }
div.DivClassName
{
background-color: #8F6048;
}
.BgClassName
{
background-color: #8F6048;
}
</style>
border-color css
<style>
span { border-color: #8F6048; }
span { border-color: rgb(143,96,72); }
td.TdClassName
{
border-color: #8F6048;
}
.TagClassName
{
border-color: #8F6048;
}
</style>