Shades of Spicy Mix #90624E
Tints of Spicy Mix #90624E
RGB
CMYK
RGB Variations
Color information
#90624E (or 0x90624E) is known color: Spicy Mix. HEX triplet: 90, 62 and 4E. RGB value is (144,98,78). Sum of RGB (Red+Green+Blue) = 144+98+78=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90624E is #6F9DB1. Grayscale: #6D6D6D. Windows color (decimal): -7314866 or 5137040. OLE color: 5137040.
HSL color Cylindrical-coordinate representation of color #90624E: hue angle of 18.18º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90624E is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 78 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.44 |
| HSL | 18.18º | 0.3% | 0.44% | - |
| HSV(B) | 18.18º | 0.46% | 0.56% | - |
| XYZ | 17.24 | 15.21 | 9.24 | - |
| YUV | 109.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 78 | 0 | 0.32 | 0.46 | 0.44 | 18.18 | 0.3 | 0.44 |
| Hex | 90 | 62 | 4E | 0 | 20 | 2E | 2C | 12 | 1E | 2C |
| Octal | 220 | 142 | 116 | 0 | 40 | 56 | 54 | 22 | 36 | 54 |
| Binary | 10010000 | 1100010 | 1001110 | 0 | 100000 | 101110 | 101100 | 10010 | 11110 | 101100 |
Color Harmonies of #90624E
Complementary color
Monochromatic Colors of #90624E
Black with #90624E
Text Example
Text Example
White with #90624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90624E; }
p { color: rgb(144,98,78); }
H1.HeaderClassName
{
color: #90624E;
}
.AnyTagClassName
{
color: #90624E;
}
</style>
background-color css
<style>
a { background-color: #90624E; }
a { background-color: rgb(144,98,78); }
div.DivClassName
{
background-color: #90624E;
}
.BgClassName
{
background-color: #90624E;
}
</style>
border-color css
<style>
span { border-color: #90624E; }
span { border-color: rgb(144,98,78); }
td.TdClassName
{
border-color: #90624E;
}
.TagClassName
{
border-color: #90624E;
}
</style>