Shades of Spicy Mix #90624B
Tints of Spicy Mix #90624B
RGB
CMYK
RGB Variations
Color information
#90624B (or 0x90624B) is known color: Spicy Mix. HEX triplet: 90, 62 and 4B. RGB value is (144,98,75). Sum of RGB (Red+Green+Blue) = 144+98+75=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #90624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90624B is #6F9DB4. Grayscale: #6D6D6D. Windows color (decimal): -7314869 or 4940432. OLE color: 4940432.
HSL color Cylindrical-coordinate representation of color #90624B: hue angle of 20º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90624B is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 75 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.44 |
| HSL | 20º | 0.32% | 0.43% | - |
| HSV(B) | 20º | 0.48% | 0.56% | - |
| XYZ | 17.14 | 15.17 | 8.68 | - |
| YUV | 109.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 75 | 0 | 0.32 | 0.48 | 0.44 | 20 | 0.32 | 0.43 |
| Hex | 90 | 62 | 4B | 0 | 20 | 30 | 2C | 14 | 20 | 2B |
| Octal | 220 | 142 | 113 | 0 | 40 | 60 | 54 | 24 | 40 | 53 |
| Binary | 10010000 | 1100010 | 1001011 | 0 | 100000 | 110000 | 101100 | 10100 | 100000 | 101011 |
Color Harmonies of #90624B
Complementary color
Monochromatic Colors of #90624B
Black with #90624B
Text Example
Text Example
White with #90624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90624B; }
p { color: rgb(144,98,75); }
H1.HeaderClassName
{
color: #90624B;
}
.AnyTagClassName
{
color: #90624B;
}
</style>
background-color css
<style>
a { background-color: #90624B; }
a { background-color: rgb(144,98,75); }
div.DivClassName
{
background-color: #90624B;
}
.BgClassName
{
background-color: #90624B;
}
</style>
border-color css
<style>
span { border-color: #90624B; }
span { border-color: rgb(144,98,75); }
td.TdClassName
{
border-color: #90624B;
}
.TagClassName
{
border-color: #90624B;
}
</style>