Shades of Spicy Mix #8F6150
Tints of Spicy Mix #8F6150
RGB
CMYK
RGB Variations
Color information
#8F6150 (or 0x8F6150) is known color: Spicy Mix. HEX triplet: 8F, 61 and 50. RGB value is (143,97,80). Sum of RGB (Red+Green+Blue) = 143+97+80=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6150 is #709EAF. Grayscale: #6C6C6C. Windows color (decimal): -7380656 or 5267855. OLE color: 5267855.
HSL color Cylindrical-coordinate representation of color #8F6150: hue angle of 16.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F6150 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 97 | 80 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.44 |
| HSL | 16.19º | 0.28% | 0.44% | - |
| HSV(B) | 16.19º | 0.44% | 0.56% | - |
| XYZ | 17.05 | 14.97 | 9.58 | - |
| YUV | 108.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 80 | 0 | 0.32 | 0.44 | 0.44 | 16.19 | 0.28 | 0.44 |
| Hex | 8F | 61 | 50 | 0 | 20 | 2C | 2C | 10 | 1C | 2C |
| Octal | 217 | 141 | 120 | 0 | 40 | 54 | 54 | 20 | 34 | 54 |
| Binary | 10001111 | 1100001 | 1010000 | 0 | 100000 | 101100 | 101100 | 10000 | 11100 | 101100 |
Color Harmonies of #8F6150
Complementary color
Monochromatic Colors of #8F6150
Black with #8F6150
Text Example
Text Example
White with #8F6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6150; }
p { color: rgb(143,97,80); }
H1.HeaderClassName
{
color: #8F6150;
}
.AnyTagClassName
{
color: #8F6150;
}
</style>
background-color css
<style>
a { background-color: #8F6150; }
a { background-color: rgb(143,97,80); }
div.DivClassName
{
background-color: #8F6150;
}
.BgClassName
{
background-color: #8F6150;
}
</style>
border-color css
<style>
span { border-color: #8F6150; }
span { border-color: rgb(143,97,80); }
td.TdClassName
{
border-color: #8F6150;
}
.TagClassName
{
border-color: #8F6150;
}
</style>