Shades of Spicy Mix #906154
Tints of Spicy Mix #906154
RGB
CMYK
RGB Variations
Color information
#906154 (or 0x906154) is known color: Spicy Mix. HEX triplet: 90, 61 and 54. RGB value is (144,97,84). Sum of RGB (Red+Green+Blue) = 144+97+84=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #906154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906154 is #6F9EAB. Grayscale: #6D6D6D. Windows color (decimal): -7315116 or 5530000. OLE color: 5530000.
HSL color Cylindrical-coordinate representation of color #906154: hue angle of 13º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #906154 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 97 | 84 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.44 |
| HSL | 13º | 0.26% | 0.45% | - |
| HSV(B) | 13º | 0.42% | 0.56% | - |
| XYZ | 17.38 | 15.12 | 10.39 | - |
| YUV | 109.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 84 | 0 | 0.33 | 0.42 | 0.44 | 13 | 0.26 | 0.45 |
| Hex | 90 | 61 | 54 | 0 | 21 | 2A | 2C | D | 1A | 2D |
| Octal | 220 | 141 | 124 | 0 | 41 | 52 | 54 | 15 | 32 | 55 |
| Binary | 10010000 | 1100001 | 1010100 | 0 | 100001 | 101010 | 101100 | 1101 | 11010 | 101101 |
Color Harmonies of #906154
Complementary color
Monochromatic Colors of #906154
Black with #906154
Text Example
Text Example
White with #906154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906154; }
p { color: rgb(144,97,84); }
H1.HeaderClassName
{
color: #906154;
}
.AnyTagClassName
{
color: #906154;
}
</style>
background-color css
<style>
a { background-color: #906154; }
a { background-color: rgb(144,97,84); }
div.DivClassName
{
background-color: #906154;
}
.BgClassName
{
background-color: #906154;
}
</style>
border-color css
<style>
span { border-color: #906154; }
span { border-color: rgb(144,97,84); }
td.TdClassName
{
border-color: #906154;
}
.TagClassName
{
border-color: #906154;
}
</style>