Shades of Spicy Mix #965E4B
Tints of Spicy Mix #965E4B
RGB
CMYK
RGB Variations
Color information
#965E4B (or 0x965E4B) is known color: Spicy Mix. HEX triplet: 96, 5E and 4B. RGB value is (150,94,75). Sum of RGB (Red+Green+Blue) = 150+94+75=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E4B is #69A1B4. Grayscale: #6C6C6C. Windows color (decimal): -6922677 or 4939414. OLE color: 4939414.
HSL color Cylindrical-coordinate representation of color #965E4B: hue angle of 15.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #965E4B is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 75 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.41 |
| HSL | 15.2º | 0.33% | 0.44% | - |
| HSV(B) | 15.2º | 0.5% | 0.59% | - |
| XYZ | 17.85 | 15 | 8.61 | - |
| YUV | 108.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 75 | 0 | 0.37 | 0.5 | 0.41 | 15.2 | 0.33 | 0.44 |
| Hex | 96 | 5E | 4B | 0 | 25 | 32 | 29 | F | 21 | 2C |
| Octal | 226 | 136 | 113 | 0 | 45 | 62 | 51 | 17 | 41 | 54 |
| Binary | 10010110 | 1011110 | 1001011 | 0 | 100101 | 110010 | 101001 | 1111 | 100001 | 101100 |
Color Harmonies of #965E4B
Complementary color
Monochromatic Colors of #965E4B
Black with #965E4B
Text Example
Text Example
White with #965E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E4B; }
p { color: rgb(150,94,75); }
H1.HeaderClassName
{
color: #965E4B;
}
.AnyTagClassName
{
color: #965E4B;
}
</style>
background-color css
<style>
a { background-color: #965E4B; }
a { background-color: rgb(150,94,75); }
div.DivClassName
{
background-color: #965E4B;
}
.BgClassName
{
background-color: #965E4B;
}
</style>
border-color css
<style>
span { border-color: #965E4B; }
span { border-color: rgb(150,94,75); }
td.TdClassName
{
border-color: #965E4B;
}
.TagClassName
{
border-color: #965E4B;
}
</style>