Shades of Spicy Mix #915E51
Tints of Spicy Mix #915E51
RGB
CMYK
RGB Variations
Color information
#915E51 (or 0x915E51) is known color: Spicy Mix. HEX triplet: 91, 5E and 51. RGB value is (145,94,81). Sum of RGB (Red+Green+Blue) = 145+94+81=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #915E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E51 is #6EA1AE. Grayscale: #6B6B6B. Windows color (decimal): -7250351 or 5332625. OLE color: 5332625.
HSL color Cylindrical-coordinate representation of color #915E51: hue angle of 12.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915E51 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 81 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.43 |
| HSL | 12.19º | 0.28% | 0.44% | - |
| HSV(B) | 12.19º | 0.44% | 0.57% | - |
| XYZ | 17.16 | 14.62 | 9.7 | - |
| YUV | 107.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 81 | 0 | 0.35 | 0.44 | 0.43 | 12.19 | 0.28 | 0.44 |
| Hex | 91 | 5E | 51 | 0 | 23 | 2C | 2B | C | 1C | 2C |
| Octal | 221 | 136 | 121 | 0 | 43 | 54 | 53 | 14 | 34 | 54 |
| Binary | 10010001 | 1011110 | 1010001 | 0 | 100011 | 101100 | 101011 | 1100 | 11100 | 101100 |
Color Harmonies of #915E51
Complementary color
Monochromatic Colors of #915E51
Black with #915E51
Text Example
Text Example
White with #915E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E51; }
p { color: rgb(145,94,81); }
H1.HeaderClassName
{
color: #915E51;
}
.AnyTagClassName
{
color: #915E51;
}
</style>
background-color css
<style>
a { background-color: #915E51; }
a { background-color: rgb(145,94,81); }
div.DivClassName
{
background-color: #915E51;
}
.BgClassName
{
background-color: #915E51;
}
</style>
border-color css
<style>
span { border-color: #915E51; }
span { border-color: rgb(145,94,81); }
td.TdClassName
{
border-color: #915E51;
}
.TagClassName
{
border-color: #915E51;
}
</style>