Shades of Spicy Mix #965F49
Tints of Spicy Mix #965F49
RGB
CMYK
RGB Variations
Color information
#965F49 (or 0x965F49) is known color: Spicy Mix. HEX triplet: 96, 5F and 49. RGB value is (150,95,73). Sum of RGB (Red+Green+Blue) = 150+95+73=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #965F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F49 is #69A0B6. Grayscale: #6D6D6D. Windows color (decimal): -6922423 or 4808598. OLE color: 4808598.
HSL color Cylindrical-coordinate representation of color #965F49: hue angle of 17.14º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965F49 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 73 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.41 |
| HSL | 17.14º | 0.35% | 0.44% | - |
| HSV(B) | 17.14º | 0.51% | 0.59% | - |
| XYZ | 17.87 | 15.15 | 8.29 | - |
| YUV | 108.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 73 | 0 | 0.37 | 0.51 | 0.41 | 17.14 | 0.35 | 0.44 |
| Hex | 96 | 5F | 49 | 0 | 25 | 33 | 29 | 11 | 23 | 2C |
| Octal | 226 | 137 | 111 | 0 | 45 | 63 | 51 | 21 | 43 | 54 |
| Binary | 10010110 | 1011111 | 1001001 | 0 | 100101 | 110011 | 101001 | 10001 | 100011 | 101100 |
Color Harmonies of #965F49
Complementary color
Monochromatic Colors of #965F49
Black with #965F49
Text Example
Text Example
White with #965F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F49; }
p { color: rgb(150,95,73); }
H1.HeaderClassName
{
color: #965F49;
}
.AnyTagClassName
{
color: #965F49;
}
</style>
background-color css
<style>
a { background-color: #965F49; }
a { background-color: rgb(150,95,73); }
div.DivClassName
{
background-color: #965F49;
}
.BgClassName
{
background-color: #965F49;
}
</style>
border-color css
<style>
span { border-color: #965F49; }
span { border-color: rgb(150,95,73); }
td.TdClassName
{
border-color: #965F49;
}
.TagClassName
{
border-color: #965F49;
}
</style>