Shades of Spicy Mix #916153
Tints of Spicy Mix #916153
RGB
CMYK
RGB Variations
Color information
#916153 (or 0x916153) is known color: Spicy Mix. HEX triplet: 91, 61 and 53. RGB value is (145,97,83). Sum of RGB (Red+Green+Blue) = 145+97+83=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #916153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916153 is #6E9EAC. Grayscale: #6D6D6D. Windows color (decimal): -7249581 or 5464465. OLE color: 5464465.
HSL color Cylindrical-coordinate representation of color #916153: hue angle of 13.55º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #916153 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 83 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.43 |
| HSL | 13.55º | 0.27% | 0.45% | - |
| HSV(B) | 13.55º | 0.43% | 0.57% | - |
| XYZ | 17.51 | 15.19 | 10.19 | - |
| YUV | 109.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 83 | 0 | 0.33 | 0.43 | 0.43 | 13.55 | 0.27 | 0.45 |
| Hex | 91 | 61 | 53 | 0 | 21 | 2B | 2B | E | 1B | 2D |
| Octal | 221 | 141 | 123 | 0 | 41 | 53 | 53 | 16 | 33 | 55 |
| Binary | 10010001 | 1100001 | 1010011 | 0 | 100001 | 101011 | 101011 | 1110 | 11011 | 101101 |
Color Harmonies of #916153
Complementary color
Monochromatic Colors of #916153
Black with #916153
Text Example
Text Example
White with #916153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916153; }
p { color: rgb(145,97,83); }
H1.HeaderClassName
{
color: #916153;
}
.AnyTagClassName
{
color: #916153;
}
</style>
background-color css
<style>
a { background-color: #916153; }
a { background-color: rgb(145,97,83); }
div.DivClassName
{
background-color: #916153;
}
.BgClassName
{
background-color: #916153;
}
</style>
border-color css
<style>
span { border-color: #916153; }
span { border-color: rgb(145,97,83); }
td.TdClassName
{
border-color: #916153;
}
.TagClassName
{
border-color: #916153;
}
</style>