Shades of Spicy Mix #906250
Tints of Spicy Mix #906250
RGB
CMYK
RGB Variations
Color information
#906250 (or 0x906250) is known color: Spicy Mix. HEX triplet: 90, 62 and 50. RGB value is (144,98,80). Sum of RGB (Red+Green+Blue) = 144+98+80=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #906250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906250 is #6F9DAF. Grayscale: #6D6D6D. Windows color (decimal): -7314864 or 5268112. OLE color: 5268112.
HSL color Cylindrical-coordinate representation of color #906250: hue angle of 16.88º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #906250 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 80 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.44 |
| HSL | 16.88º | 0.29% | 0.44% | - |
| HSV(B) | 16.88º | 0.44% | 0.56% | - |
| XYZ | 17.32 | 15.24 | 9.62 | - |
| YUV | 109.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 80 | 0 | 0.32 | 0.44 | 0.44 | 16.88 | 0.29 | 0.44 |
| Hex | 90 | 62 | 50 | 0 | 20 | 2C | 2C | 11 | 1D | 2C |
| Octal | 220 | 142 | 120 | 0 | 40 | 54 | 54 | 21 | 35 | 54 |
| Binary | 10010000 | 1100010 | 1010000 | 0 | 100000 | 101100 | 101100 | 10001 | 11101 | 101100 |
Color Harmonies of #906250
Complementary color
Monochromatic Colors of #906250
Black with #906250
Text Example
Text Example
White with #906250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906250; }
p { color: rgb(144,98,80); }
H1.HeaderClassName
{
color: #906250;
}
.AnyTagClassName
{
color: #906250;
}
</style>
background-color css
<style>
a { background-color: #906250; }
a { background-color: rgb(144,98,80); }
div.DivClassName
{
background-color: #906250;
}
.BgClassName
{
background-color: #906250;
}
</style>
border-color css
<style>
span { border-color: #906250; }
span { border-color: rgb(144,98,80); }
td.TdClassName
{
border-color: #906250;
}
.TagClassName
{
border-color: #906250;
}
</style>