Shades of Spicy Mix #90624C
Tints of Spicy Mix #90624C
RGB
CMYK
RGB Variations
Color information
#90624C (or 0x90624C) is known color: Spicy Mix. HEX triplet: 90, 62 and 4C. RGB value is (144,98,76). Sum of RGB (Red+Green+Blue) = 144+98+76=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90624C is #6F9DB3. Grayscale: #6D6D6D. Windows color (decimal): -7314868 or 5005968. OLE color: 5005968.
HSL color Cylindrical-coordinate representation of color #90624C: hue angle of 19.41º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90624C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 76 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.44 |
| HSL | 19.41º | 0.31% | 0.43% | - |
| HSV(B) | 19.41º | 0.47% | 0.56% | - |
| XYZ | 17.17 | 15.19 | 8.86 | - |
| YUV | 109.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 76 | 0 | 0.32 | 0.47 | 0.44 | 19.41 | 0.31 | 0.43 |
| Hex | 90 | 62 | 4C | 0 | 20 | 2F | 2C | 13 | 1F | 2B |
| Octal | 220 | 142 | 114 | 0 | 40 | 57 | 54 | 23 | 37 | 53 |
| Binary | 10010000 | 1100010 | 1001100 | 0 | 100000 | 101111 | 101100 | 10011 | 11111 | 101011 |
Color Harmonies of #90624C
Complementary color
Monochromatic Colors of #90624C
Black with #90624C
Text Example
Text Example
White with #90624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90624C; }
p { color: rgb(144,98,76); }
H1.HeaderClassName
{
color: #90624C;
}
.AnyTagClassName
{
color: #90624C;
}
</style>
background-color css
<style>
a { background-color: #90624C; }
a { background-color: rgb(144,98,76); }
div.DivClassName
{
background-color: #90624C;
}
.BgClassName
{
background-color: #90624C;
}
</style>
border-color css
<style>
span { border-color: #90624C; }
span { border-color: rgb(144,98,76); }
td.TdClassName
{
border-color: #90624C;
}
.TagClassName
{
border-color: #90624C;
}
</style>