Shades of Spicy Mix #90604E
Tints of Spicy Mix #90604E
RGB
CMYK
RGB Variations
Color information
#90604E (or 0x90604E) is known color: Spicy Mix. HEX triplet: 90, 60 and 4E. RGB value is (144,96,78). Sum of RGB (Red+Green+Blue) = 144+96+78=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90604E is #6F9FB1. Grayscale: #6C6C6C. Windows color (decimal): -7315378 or 5136528. OLE color: 5136528.
HSL color Cylindrical-coordinate representation of color #90604E: hue angle of 16.36º 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 #90604E is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 96 | 78 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.44 |
| HSL | 16.36º | 0.3% | 0.44% | - |
| HSV(B) | 16.36º | 0.46% | 0.56% | - |
| XYZ | 17.06 | 14.85 | 9.17 | - |
| YUV | 108.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 78 | 0 | 0.33 | 0.46 | 0.44 | 16.36 | 0.3 | 0.44 |
| Hex | 90 | 60 | 4E | 0 | 21 | 2E | 2C | 10 | 1E | 2C |
| Octal | 220 | 140 | 116 | 0 | 41 | 56 | 54 | 20 | 36 | 54 |
| Binary | 10010000 | 1100000 | 1001110 | 0 | 100001 | 101110 | 101100 | 10000 | 11110 | 101100 |
Color Harmonies of #90604E
Complementary color
Monochromatic Colors of #90604E
Black with #90604E
Text Example
Text Example
White with #90604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90604E; }
p { color: rgb(144,96,78); }
H1.HeaderClassName
{
color: #90604E;
}
.AnyTagClassName
{
color: #90604E;
}
</style>
background-color css
<style>
a { background-color: #90604E; }
a { background-color: rgb(144,96,78); }
div.DivClassName
{
background-color: #90604E;
}
.BgClassName
{
background-color: #90604E;
}
</style>
border-color css
<style>
span { border-color: #90604E; }
span { border-color: rgb(144,96,78); }
td.TdClassName
{
border-color: #90604E;
}
.TagClassName
{
border-color: #90604E;
}
</style>