Shades of Spicy Mix #96604D
Tints of Spicy Mix #96604D
RGB
CMYK
RGB Variations
Color information
#96604D (or 0x96604D) is known color: Spicy Mix. HEX triplet: 96, 60 and 4D. RGB value is (150,96,77). Sum of RGB (Red+Green+Blue) = 150+96+77=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96604D is #699FB2. Grayscale: #6E6E6E. Windows color (decimal): -6922163 or 5070998. OLE color: 5070998.
HSL color Cylindrical-coordinate representation of color #96604D: hue angle of 15.62º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96604D is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 77 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.41 |
| HSL | 15.62º | 0.32% | 0.45% | - |
| HSV(B) | 15.62º | 0.49% | 0.59% | - |
| XYZ | 18.1 | 15.39 | 9.04 | - |
| YUV | 109.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 77 | 0 | 0.36 | 0.49 | 0.41 | 15.62 | 0.32 | 0.45 |
| Hex | 96 | 60 | 4D | 0 | 24 | 31 | 29 | 10 | 20 | 2D |
| Octal | 226 | 140 | 115 | 0 | 44 | 61 | 51 | 20 | 40 | 55 |
| Binary | 10010110 | 1100000 | 1001101 | 0 | 100100 | 110001 | 101001 | 10000 | 100000 | 101101 |
Color Harmonies of #96604D
Complementary color
Monochromatic Colors of #96604D
Black with #96604D
Text Example
Text Example
White with #96604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96604D; }
p { color: rgb(150,96,77); }
H1.HeaderClassName
{
color: #96604D;
}
.AnyTagClassName
{
color: #96604D;
}
</style>
background-color css
<style>
a { background-color: #96604D; }
a { background-color: rgb(150,96,77); }
div.DivClassName
{
background-color: #96604D;
}
.BgClassName
{
background-color: #96604D;
}
</style>
border-color css
<style>
span { border-color: #96604D; }
span { border-color: rgb(150,96,77); }
td.TdClassName
{
border-color: #96604D;
}
.TagClassName
{
border-color: #96604D;
}
</style>