Shades of Spicy Mix #985E4D
Tints of Spicy Mix #985E4D
RGB
CMYK
RGB Variations
Color information
#985E4D (or 0x985E4D) is known color: Spicy Mix. HEX triplet: 98, 5E and 4D. RGB value is (152,94,77). Sum of RGB (Red+Green+Blue) = 152+94+77=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E4D is #67A1B2. Grayscale: #6D6D6D. Windows color (decimal): -6791603 or 5070488. OLE color: 5070488.
HSL color Cylindrical-coordinate representation of color #985E4D: hue angle of 13.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #985E4D is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 77 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.40 |
| HSL | 13.6º | 0.33% | 0.45% | - |
| HSV(B) | 13.6º | 0.49% | 0.6% | - |
| XYZ | 18.29 | 15.22 | 8.99 | - |
| YUV | 109.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 77 | 0 | 0.38 | 0.49 | 0.40 | 13.6 | 0.33 | 0.45 |
| Hex | 98 | 5E | 4D | 0 | 26 | 31 | 28 | E | 21 | 2D |
| Octal | 230 | 136 | 115 | 0 | 46 | 61 | 50 | 16 | 41 | 55 |
| Binary | 10011000 | 1011110 | 1001101 | 0 | 100110 | 110001 | 101000 | 1110 | 100001 | 101101 |
Color Harmonies of #985E4D
Complementary color
Monochromatic Colors of #985E4D
Black with #985E4D
Text Example
Text Example
White with #985E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E4D; }
p { color: rgb(152,94,77); }
H1.HeaderClassName
{
color: #985E4D;
}
.AnyTagClassName
{
color: #985E4D;
}
</style>
background-color css
<style>
a { background-color: #985E4D; }
a { background-color: rgb(152,94,77); }
div.DivClassName
{
background-color: #985E4D;
}
.BgClassName
{
background-color: #985E4D;
}
</style>
border-color css
<style>
span { border-color: #985E4D; }
span { border-color: rgb(152,94,77); }
td.TdClassName
{
border-color: #985E4D;
}
.TagClassName
{
border-color: #985E4D;
}
</style>