Shades of Spicy Mix #896153
Tints of Spicy Mix #896153
RGB
CMYK
RGB Variations
Color information
#896153 (or 0x896153) is known color: Spicy Mix. HEX triplet: 89, 61 and 53. RGB value is (137,97,83). Sum of RGB (Red+Green+Blue) = 137+97+83=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #896153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896153 is #769EAC. Grayscale: #6B6B6B. Windows color (decimal): -7773869 or 5464457. OLE color: 5464457.
HSL color Cylindrical-coordinate representation of color #896153: hue angle of 15.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896153 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 83 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.46 |
| HSL | 15.56º | 0.25% | 0.43% | - |
| HSV(B) | 15.56º | 0.39% | 0.54% | - |
| XYZ | 16.15 | 14.49 | 10.13 | - |
| YUV | 107.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 83 | 0 | 0.29 | 0.39 | 0.46 | 15.56 | 0.25 | 0.43 |
| Hex | 89 | 61 | 53 | 0 | 1D | 27 | 2E | 10 | 19 | 2B |
| Octal | 211 | 141 | 123 | 0 | 35 | 47 | 56 | 20 | 31 | 53 |
| Binary | 10001001 | 1100001 | 1010011 | 0 | 11101 | 100111 | 101110 | 10000 | 11001 | 101011 |
Color Harmonies of #896153
Complementary color
Monochromatic Colors of #896153
Black with #896153
Text Example
Text Example
White with #896153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896153; }
p { color: rgb(137,97,83); }
H1.HeaderClassName
{
color: #896153;
}
.AnyTagClassName
{
color: #896153;
}
</style>
background-color css
<style>
a { background-color: #896153; }
a { background-color: rgb(137,97,83); }
div.DivClassName
{
background-color: #896153;
}
.BgClassName
{
background-color: #896153;
}
</style>
border-color css
<style>
span { border-color: #896153; }
span { border-color: rgb(137,97,83); }
td.TdClassName
{
border-color: #896153;
}
.TagClassName
{
border-color: #896153;
}
</style>