Shades of Spicy Mix #90624A
Tints of Spicy Mix #90624A
RGB
CMYK
RGB Variations
Color information
#90624A (or 0x90624A) is known color: Spicy Mix. HEX triplet: 90, 62 and 4A. RGB value is (144,98,74). Sum of RGB (Red+Green+Blue) = 144+98+74=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #90624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90624A is #6F9DB5. Grayscale: #6D6D6D. Windows color (decimal): -7314870 or 4874896. OLE color: 4874896.
HSL color Cylindrical-coordinate representation of color #90624A: hue angle of 20.57º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90624A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 74 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.44 |
| HSL | 20.57º | 0.32% | 0.43% | - |
| HSV(B) | 20.57º | 0.49% | 0.56% | - |
| XYZ | 17.11 | 15.16 | 8.5 | - |
| YUV | 109.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 74 | 0 | 0.32 | 0.49 | 0.44 | 20.57 | 0.32 | 0.43 |
| Hex | 90 | 62 | 4A | 0 | 20 | 31 | 2C | 15 | 20 | 2B |
| Octal | 220 | 142 | 112 | 0 | 40 | 61 | 54 | 25 | 40 | 53 |
| Binary | 10010000 | 1100010 | 1001010 | 0 | 100000 | 110001 | 101100 | 10101 | 100000 | 101011 |
Color Harmonies of #90624A
Complementary color
Monochromatic Colors of #90624A
Black with #90624A
Text Example
Text Example
White with #90624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90624A; }
p { color: rgb(144,98,74); }
H1.HeaderClassName
{
color: #90624A;
}
.AnyTagClassName
{
color: #90624A;
}
</style>
background-color css
<style>
a { background-color: #90624A; }
a { background-color: rgb(144,98,74); }
div.DivClassName
{
background-color: #90624A;
}
.BgClassName
{
background-color: #90624A;
}
</style>
border-color css
<style>
span { border-color: #90624A; }
span { border-color: rgb(144,98,74); }
td.TdClassName
{
border-color: #90624A;
}
.TagClassName
{
border-color: #90624A;
}
</style>