Shades of Spicy Mix #8F644F
Tints of Spicy Mix #8F644F
RGB
CMYK
RGB Variations
Color information
#8F644F (or 0x8F644F) is known color: Spicy Mix. HEX triplet: 8F, 64 and 4F. RGB value is (143,100,79). Sum of RGB (Red+Green+Blue) = 143+100+79=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 143 - color contains mainly: red. Hex color #8F644F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F644F is #709BB0. Grayscale: #6E6E6E. Windows color (decimal): -7379889 or 5203087. OLE color: 5203087.
HSL color Cylindrical-coordinate representation of color #8F644F: hue angle of 19.69º 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 #8F644F is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 79 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.44 |
| HSL | 19.69º | 0.29% | 0.44% | - |
| HSV(B) | 19.69º | 0.45% | 0.56% | - |
| XYZ | 17.3 | 15.52 | 9.48 | - |
| YUV | 110.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 79 | 0 | 0.30 | 0.45 | 0.44 | 19.69 | 0.29 | 0.44 |
| Hex | 8F | 64 | 4F | 0 | 1E | 2D | 2C | 14 | 1D | 2C |
| Octal | 217 | 144 | 117 | 0 | 36 | 55 | 54 | 24 | 35 | 54 |
| Binary | 10001111 | 1100100 | 1001111 | 0 | 11110 | 101101 | 101100 | 10100 | 11101 | 101100 |
Color Harmonies of #8F644F
Complementary color
Monochromatic Colors of #8F644F
Black with #8F644F
Text Example
Text Example
White with #8F644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F644F; }
p { color: rgb(143,100,79); }
H1.HeaderClassName
{
color: #8F644F;
}
.AnyTagClassName
{
color: #8F644F;
}
</style>
background-color css
<style>
a { background-color: #8F644F; }
a { background-color: rgb(143,100,79); }
div.DivClassName
{
background-color: #8F644F;
}
.BgClassName
{
background-color: #8F644F;
}
</style>
border-color css
<style>
span { border-color: #8F644F; }
span { border-color: rgb(143,100,79); }
td.TdClassName
{
border-color: #8F644F;
}
.TagClassName
{
border-color: #8F644F;
}
</style>