Shades of Spicy Mix #89614F
Tints of Spicy Mix #89614F
RGB
CMYK
RGB Variations
Color information
#89614F (or 0x89614F) is known color: Spicy Mix. HEX triplet: 89, 61 and 4F. RGB value is (137,97,79). Sum of RGB (Red+Green+Blue) = 137+97+79=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #89614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89614F is #769EB0. Grayscale: #6B6B6B. Windows color (decimal): -7773873 or 5202313. OLE color: 5202313.
HSL color Cylindrical-coordinate representation of color #89614F: hue angle of 18.62º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89614F is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 79 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.46 |
| HSL | 18.62º | 0.27% | 0.42% | - |
| HSV(B) | 18.62º | 0.42% | 0.54% | - |
| XYZ | 16 | 14.43 | 9.34 | - |
| YUV | 106.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 79 | 0 | 0.29 | 0.42 | 0.46 | 18.62 | 0.27 | 0.42 |
| Hex | 89 | 61 | 4F | 0 | 1D | 2A | 2E | 13 | 1B | 2A |
| Octal | 211 | 141 | 117 | 0 | 35 | 52 | 56 | 23 | 33 | 52 |
| Binary | 10001001 | 1100001 | 1001111 | 0 | 11101 | 101010 | 101110 | 10011 | 11011 | 101010 |
Color Harmonies of #89614F
Complementary color
Monochromatic Colors of #89614F
Black with #89614F
Text Example
Text Example
White with #89614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89614F; }
p { color: rgb(137,97,79); }
H1.HeaderClassName
{
color: #89614F;
}
.AnyTagClassName
{
color: #89614F;
}
</style>
background-color css
<style>
a { background-color: #89614F; }
a { background-color: rgb(137,97,79); }
div.DivClassName
{
background-color: #89614F;
}
.BgClassName
{
background-color: #89614F;
}
</style>
border-color css
<style>
span { border-color: #89614F; }
span { border-color: rgb(137,97,79); }
td.TdClassName
{
border-color: #89614F;
}
.TagClassName
{
border-color: #89614F;
}
</style>