Shades of Spicy Mix #92604E
Tints of Spicy Mix #92604E
RGB
CMYK
RGB Variations
Color information
#92604E (or 0x92604E) is known color: Spicy Mix. HEX triplet: 92, 60 and 4E. RGB value is (146,96,78). Sum of RGB (Red+Green+Blue) = 146+96+78=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92604E is #6D9FB1. Grayscale: #6D6D6D. Windows color (decimal): -7184306 or 5136530. OLE color: 5136530.
HSL color Cylindrical-coordinate representation of color #92604E: hue angle of 15.88º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92604E is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 78 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.43 |
| HSL | 15.88º | 0.3% | 0.44% | - |
| HSV(B) | 15.88º | 0.47% | 0.57% | - |
| XYZ | 17.41 | 15.03 | 9.19 | - |
| YUV | 108.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 78 | 0 | 0.34 | 0.47 | 0.43 | 15.88 | 0.3 | 0.44 |
| Hex | 92 | 60 | 4E | 0 | 22 | 2F | 2B | 10 | 1E | 2C |
| Octal | 222 | 140 | 116 | 0 | 42 | 57 | 53 | 20 | 36 | 54 |
| Binary | 10010010 | 1100000 | 1001110 | 0 | 100010 | 101111 | 101011 | 10000 | 11110 | 101100 |
Color Harmonies of #92604E
Complementary color
Monochromatic Colors of #92604E
Black with #92604E
Text Example
Text Example
White with #92604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92604E; }
p { color: rgb(146,96,78); }
H1.HeaderClassName
{
color: #92604E;
}
.AnyTagClassName
{
color: #92604E;
}
</style>
background-color css
<style>
a { background-color: #92604E; }
a { background-color: rgb(146,96,78); }
div.DivClassName
{
background-color: #92604E;
}
.BgClassName
{
background-color: #92604E;
}
</style>
border-color css
<style>
span { border-color: #92604E; }
span { border-color: rgb(146,96,78); }
td.TdClassName
{
border-color: #92604E;
}
.TagClassName
{
border-color: #92604E;
}
</style>