Shades of Spicy Mix #915D4E
Tints of Spicy Mix #915D4E
RGB
CMYK
RGB Variations
Color information
#915D4E (or 0x915D4E) is known color: Spicy Mix. HEX triplet: 91, 5D and 4E. RGB value is (145,93,78). Sum of RGB (Red+Green+Blue) = 145+93+78=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #915D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D4E is #6EA2B1. Grayscale: #6A6A6A. Windows color (decimal): -7250610 or 5135761. OLE color: 5135761.
HSL color Cylindrical-coordinate representation of color #915D4E: hue angle of 13.43º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #915D4E is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 78 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.43 |
| HSL | 13.43º | 0.3% | 0.44% | - |
| HSV(B) | 13.43º | 0.46% | 0.57% | - |
| XYZ | 16.97 | 14.4 | 9.09 | - |
| YUV | 106.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 78 | 0 | 0.36 | 0.46 | 0.43 | 13.43 | 0.3 | 0.44 |
| Hex | 91 | 5D | 4E | 0 | 24 | 2E | 2B | D | 1E | 2C |
| Octal | 221 | 135 | 116 | 0 | 44 | 56 | 53 | 15 | 36 | 54 |
| Binary | 10010001 | 1011101 | 1001110 | 0 | 100100 | 101110 | 101011 | 1101 | 11110 | 101100 |
Color Harmonies of #915D4E
Complementary color
Monochromatic Colors of #915D4E
Black with #915D4E
Text Example
Text Example
White with #915D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D4E; }
p { color: rgb(145,93,78); }
H1.HeaderClassName
{
color: #915D4E;
}
.AnyTagClassName
{
color: #915D4E;
}
</style>
background-color css
<style>
a { background-color: #915D4E; }
a { background-color: rgb(145,93,78); }
div.DivClassName
{
background-color: #915D4E;
}
.BgClassName
{
background-color: #915D4E;
}
</style>
border-color css
<style>
span { border-color: #915D4E; }
span { border-color: rgb(145,93,78); }
td.TdClassName
{
border-color: #915D4E;
}
.TagClassName
{
border-color: #915D4E;
}
</style>