Shades of Spicy Mix #8F604F
Tints of Spicy Mix #8F604F
RGB
CMYK
RGB Variations
Color information
#8F604F (or 0x8F604F) is known color: Spicy Mix. HEX triplet: 8F, 60 and 4F. RGB value is (143,96,79). Sum of RGB (Red+Green+Blue) = 143+96+79=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F604F is #709FB0. Grayscale: #6C6C6C. Windows color (decimal): -7380913 or 5202063. OLE color: 5202063.
HSL color Cylindrical-coordinate representation of color #8F604F: hue angle of 15.94º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F604F is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 79 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.44 |
| HSL | 15.94º | 0.29% | 0.44% | - |
| HSV(B) | 15.94º | 0.45% | 0.56% | - |
| XYZ | 16.92 | 14.77 | 9.36 | - |
| YUV | 108.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 79 | 0 | 0.33 | 0.45 | 0.44 | 15.94 | 0.29 | 0.44 |
| Hex | 8F | 60 | 4F | 0 | 21 | 2D | 2C | 10 | 1D | 2C |
| Octal | 217 | 140 | 117 | 0 | 41 | 55 | 54 | 20 | 35 | 54 |
| Binary | 10001111 | 1100000 | 1001111 | 0 | 100001 | 101101 | 101100 | 10000 | 11101 | 101100 |
Color Harmonies of #8F604F
Complementary color
Monochromatic Colors of #8F604F
Black with #8F604F
Text Example
Text Example
White with #8F604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F604F; }
p { color: rgb(143,96,79); }
H1.HeaderClassName
{
color: #8F604F;
}
.AnyTagClassName
{
color: #8F604F;
}
</style>
background-color css
<style>
a { background-color: #8F604F; }
a { background-color: rgb(143,96,79); }
div.DivClassName
{
background-color: #8F604F;
}
.BgClassName
{
background-color: #8F604F;
}
</style>
border-color css
<style>
span { border-color: #8F604F; }
span { border-color: rgb(143,96,79); }
td.TdClassName
{
border-color: #8F604F;
}
.TagClassName
{
border-color: #8F604F;
}
</style>