Shades of Spicy Mix #915E4B
Tints of Spicy Mix #915E4B
RGB
CMYK
RGB Variations
Color information
#915E4B (or 0x915E4B) is known color: Spicy Mix. HEX triplet: 91, 5E and 4B. RGB value is (145,94,75). Sum of RGB (Red+Green+Blue) = 145+94+75=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #915E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E4B is #6EA1B4. Grayscale: #6B6B6B. Windows color (decimal): -7250357 or 4939409. OLE color: 4939409.
HSL color Cylindrical-coordinate representation of color #915E4B: hue angle of 16.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #915E4B is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 75 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.43 |
| HSL | 16.29º | 0.32% | 0.43% | - |
| HSV(B) | 16.29º | 0.48% | 0.57% | - |
| XYZ | 16.95 | 14.53 | 8.57 | - |
| YUV | 107.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 75 | 0 | 0.35 | 0.48 | 0.43 | 16.29 | 0.32 | 0.43 |
| Hex | 91 | 5E | 4B | 0 | 23 | 30 | 2B | 10 | 20 | 2B |
| Octal | 221 | 136 | 113 | 0 | 43 | 60 | 53 | 20 | 40 | 53 |
| Binary | 10010001 | 1011110 | 1001011 | 0 | 100011 | 110000 | 101011 | 10000 | 100000 | 101011 |
Color Harmonies of #915E4B
Complementary color
Monochromatic Colors of #915E4B
Black with #915E4B
Text Example
Text Example
White with #915E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E4B; }
p { color: rgb(145,94,75); }
H1.HeaderClassName
{
color: #915E4B;
}
.AnyTagClassName
{
color: #915E4B;
}
</style>
background-color css
<style>
a { background-color: #915E4B; }
a { background-color: rgb(145,94,75); }
div.DivClassName
{
background-color: #915E4B;
}
.BgClassName
{
background-color: #915E4B;
}
</style>
border-color css
<style>
span { border-color: #915E4B; }
span { border-color: rgb(145,94,75); }
td.TdClassName
{
border-color: #915E4B;
}
.TagClassName
{
border-color: #915E4B;
}
</style>