Shades of Spicy Mix #896250
Tints of Spicy Mix #896250
RGB
CMYK
RGB Variations
Color information
#896250 (or 0x896250) is known color: Spicy Mix. HEX triplet: 89, 62 and 50. RGB value is (137,98,80). Sum of RGB (Red+Green+Blue) = 137+98+80=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #896250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896250 is #769DAF. Grayscale: #6B6B6B. Windows color (decimal): -7773616 or 5268105. OLE color: 5268105.
HSL color Cylindrical-coordinate representation of color #896250: hue angle of 18.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896250 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 80 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.46 |
| HSL | 18.95º | 0.26% | 0.43% | - |
| HSV(B) | 18.95º | 0.42% | 0.54% | - |
| XYZ | 16.13 | 14.63 | 9.56 | - |
| YUV | 107.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 80 | 0 | 0.28 | 0.42 | 0.46 | 18.95 | 0.26 | 0.43 |
| Hex | 89 | 62 | 50 | 0 | 1C | 2A | 2E | 13 | 1A | 2B |
| Octal | 211 | 142 | 120 | 0 | 34 | 52 | 56 | 23 | 32 | 53 |
| Binary | 10001001 | 1100010 | 1010000 | 0 | 11100 | 101010 | 101110 | 10011 | 11010 | 101011 |
Color Harmonies of #896250
Complementary color
Monochromatic Colors of #896250
Black with #896250
Text Example
Text Example
White with #896250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896250; }
p { color: rgb(137,98,80); }
H1.HeaderClassName
{
color: #896250;
}
.AnyTagClassName
{
color: #896250;
}
</style>
background-color css
<style>
a { background-color: #896250; }
a { background-color: rgb(137,98,80); }
div.DivClassName
{
background-color: #896250;
}
.BgClassName
{
background-color: #896250;
}
</style>
border-color css
<style>
span { border-color: #896250; }
span { border-color: rgb(137,98,80); }
td.TdClassName
{
border-color: #896250;
}
.TagClassName
{
border-color: #896250;
}
</style>