Shades of Spicy Mix #965F4E
Tints of Spicy Mix #965F4E
RGB
CMYK
RGB Variations
Color information
#965F4E (or 0x965F4E) is known color: Spicy Mix. HEX triplet: 96, 5F and 4E. RGB value is (150,95,78). Sum of RGB (Red+Green+Blue) = 150+95+78=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #965F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F4E is #69A0B1. Grayscale: #6D6D6D. Windows color (decimal): -6922418 or 5136278. OLE color: 5136278.
HSL color Cylindrical-coordinate representation of color #965F4E: hue angle of 14.17º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #965F4E is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 78 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.41 |
| HSL | 14.17º | 0.32% | 0.45% | - |
| HSV(B) | 14.17º | 0.48% | 0.59% | - |
| XYZ | 18.05 | 15.22 | 9.19 | - |
| YUV | 109.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 78 | 0 | 0.37 | 0.48 | 0.41 | 14.17 | 0.32 | 0.45 |
| Hex | 96 | 5F | 4E | 0 | 25 | 30 | 29 | E | 20 | 2D |
| Octal | 226 | 137 | 116 | 0 | 45 | 60 | 51 | 16 | 40 | 55 |
| Binary | 10010110 | 1011111 | 1001110 | 0 | 100101 | 110000 | 101001 | 1110 | 100000 | 101101 |
Color Harmonies of #965F4E
Complementary color
Monochromatic Colors of #965F4E
Black with #965F4E
Text Example
Text Example
White with #965F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F4E; }
p { color: rgb(150,95,78); }
H1.HeaderClassName
{
color: #965F4E;
}
.AnyTagClassName
{
color: #965F4E;
}
</style>
background-color css
<style>
a { background-color: #965F4E; }
a { background-color: rgb(150,95,78); }
div.DivClassName
{
background-color: #965F4E;
}
.BgClassName
{
background-color: #965F4E;
}
</style>
border-color css
<style>
span { border-color: #965F4E; }
span { border-color: rgb(150,95,78); }
td.TdClassName
{
border-color: #965F4E;
}
.TagClassName
{
border-color: #965F4E;
}
</style>