Shades of Spicy Mix #965F4C
Tints of Spicy Mix #965F4C
RGB
CMYK
RGB Variations
Color information
#965F4C (or 0x965F4C) is known color: Spicy Mix. HEX triplet: 96, 5F and 4C. RGB value is (150,95,76). Sum of RGB (Red+Green+Blue) = 150+95+76=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F4C is #69A0B3. Grayscale: #6D6D6D. Windows color (decimal): -6922420 or 5005206. OLE color: 5005206.
HSL color Cylindrical-coordinate representation of color #965F4C: hue angle of 15.41º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #965F4C is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 76 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.41 |
| HSL | 15.41º | 0.33% | 0.44% | - |
| HSV(B) | 15.41º | 0.49% | 0.59% | - |
| XYZ | 17.97 | 15.19 | 8.82 | - |
| YUV | 109.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 76 | 0 | 0.37 | 0.49 | 0.41 | 15.41 | 0.33 | 0.44 |
| Hex | 96 | 5F | 4C | 0 | 25 | 31 | 29 | F | 21 | 2C |
| Octal | 226 | 137 | 114 | 0 | 45 | 61 | 51 | 17 | 41 | 54 |
| Binary | 10010110 | 1011111 | 1001100 | 0 | 100101 | 110001 | 101001 | 1111 | 100001 | 101100 |
Color Harmonies of #965F4C
Complementary color
Monochromatic Colors of #965F4C
Black with #965F4C
Text Example
Text Example
White with #965F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F4C; }
p { color: rgb(150,95,76); }
H1.HeaderClassName
{
color: #965F4C;
}
.AnyTagClassName
{
color: #965F4C;
}
</style>
background-color css
<style>
a { background-color: #965F4C; }
a { background-color: rgb(150,95,76); }
div.DivClassName
{
background-color: #965F4C;
}
.BgClassName
{
background-color: #965F4C;
}
</style>
border-color css
<style>
span { border-color: #965F4C; }
span { border-color: rgb(150,95,76); }
td.TdClassName
{
border-color: #965F4C;
}
.TagClassName
{
border-color: #965F4C;
}
</style>