Shades of Spicy Mix #915D4A
Tints of Spicy Mix #915D4A
RGB
CMYK
RGB Variations
Color information
#915D4A (or 0x915D4A) is known color: Spicy Mix. HEX triplet: 91, 5D and 4A. RGB value is (145,93,74). Sum of RGB (Red+Green+Blue) = 145+93+74=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #915D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D4A is #6EA2B5. Grayscale: #6A6A6A. Windows color (decimal): -7250614 or 4873617. OLE color: 4873617.
HSL color Cylindrical-coordinate representation of color #915D4A: hue angle of 16.06º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #915D4A is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 74 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.43 |
| HSL | 16.06º | 0.32% | 0.43% | - |
| HSV(B) | 16.06º | 0.49% | 0.57% | - |
| XYZ | 16.83 | 14.34 | 8.36 | - |
| YUV | 106.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 74 | 0 | 0.36 | 0.49 | 0.43 | 16.06 | 0.32 | 0.43 |
| Hex | 91 | 5D | 4A | 0 | 24 | 31 | 2B | 10 | 20 | 2B |
| Octal | 221 | 135 | 112 | 0 | 44 | 61 | 53 | 20 | 40 | 53 |
| Binary | 10010001 | 1011101 | 1001010 | 0 | 100100 | 110001 | 101011 | 10000 | 100000 | 101011 |
Color Harmonies of #915D4A
Complementary color
Monochromatic Colors of #915D4A
Black with #915D4A
Text Example
Text Example
White with #915D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D4A; }
p { color: rgb(145,93,74); }
H1.HeaderClassName
{
color: #915D4A;
}
.AnyTagClassName
{
color: #915D4A;
}
</style>
background-color css
<style>
a { background-color: #915D4A; }
a { background-color: rgb(145,93,74); }
div.DivClassName
{
background-color: #915D4A;
}
.BgClassName
{
background-color: #915D4A;
}
</style>
border-color css
<style>
span { border-color: #915D4A; }
span { border-color: rgb(145,93,74); }
td.TdClassName
{
border-color: #915D4A;
}
.TagClassName
{
border-color: #915D4A;
}
</style>