Shades of Spicy Mix #946151
Tints of Spicy Mix #946151
RGB
CMYK
RGB Variations
Color information
#946151 (or 0x946151) is known color: Spicy Mix. HEX triplet: 94, 61 and 51. RGB value is (148,97,81). Sum of RGB (Red+Green+Blue) = 148+97+81=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #946151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946151 is #6B9EAE. Grayscale: #6E6E6E. Windows color (decimal): -7052975 or 5333396. OLE color: 5333396.
HSL color Cylindrical-coordinate representation of color #946151: hue angle of 14.33º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #946151 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 97 | 81 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.42 |
| HSL | 14.33º | 0.29% | 0.45% | - |
| HSV(B) | 14.33º | 0.45% | 0.58% | - |
| XYZ | 17.97 | 15.44 | 9.82 | - |
| YUV | 110.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 81 | 0 | 0.34 | 0.45 | 0.42 | 14.33 | 0.29 | 0.45 |
| Hex | 94 | 61 | 51 | 0 | 22 | 2D | 2A | E | 1D | 2D |
| Octal | 224 | 141 | 121 | 0 | 42 | 55 | 52 | 16 | 35 | 55 |
| Binary | 10010100 | 1100001 | 1010001 | 0 | 100010 | 101101 | 101010 | 1110 | 11101 | 101101 |
Color Harmonies of #946151
Complementary color
Monochromatic Colors of #946151
Black with #946151
Text Example
Text Example
White with #946151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946151; }
p { color: rgb(148,97,81); }
H1.HeaderClassName
{
color: #946151;
}
.AnyTagClassName
{
color: #946151;
}
</style>
background-color css
<style>
a { background-color: #946151; }
a { background-color: rgb(148,97,81); }
div.DivClassName
{
background-color: #946151;
}
.BgClassName
{
background-color: #946151;
}
</style>
border-color css
<style>
span { border-color: #946151; }
span { border-color: rgb(148,97,81); }
td.TdClassName
{
border-color: #946151;
}
.TagClassName
{
border-color: #946151;
}
</style>