Shades of Spicy Mix #95614C
Tints of Spicy Mix #95614C
RGB
CMYK
RGB Variations
Color information
#95614C (or 0x95614C) is known color: Spicy Mix. HEX triplet: 95, 61 and 4C. RGB value is (149,97,76). Sum of RGB (Red+Green+Blue) = 149+97+76=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95614C is #6A9EB3. Grayscale: #6E6E6E. Windows color (decimal): -6987444 or 5005717. OLE color: 5005717.
HSL color Cylindrical-coordinate representation of color #95614C: hue angle of 17.26º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95614C is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 97 | 76 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.42 |
| HSL | 17.26º | 0.32% | 0.44% | - |
| HSV(B) | 17.26º | 0.49% | 0.58% | - |
| XYZ | 17.97 | 15.46 | 8.87 | - |
| YUV | 110.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 76 | 0 | 0.35 | 0.49 | 0.42 | 17.26 | 0.32 | 0.44 |
| Hex | 95 | 61 | 4C | 0 | 23 | 31 | 2A | 11 | 20 | 2C |
| Octal | 225 | 141 | 114 | 0 | 43 | 61 | 52 | 21 | 40 | 54 |
| Binary | 10010101 | 1100001 | 1001100 | 0 | 100011 | 110001 | 101010 | 10001 | 100000 | 101100 |
Color Harmonies of #95614C
Complementary color
Monochromatic Colors of #95614C
Black with #95614C
Text Example
Text Example
White with #95614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95614C; }
p { color: rgb(149,97,76); }
H1.HeaderClassName
{
color: #95614C;
}
.AnyTagClassName
{
color: #95614C;
}
</style>
background-color css
<style>
a { background-color: #95614C; }
a { background-color: rgb(149,97,76); }
div.DivClassName
{
background-color: #95614C;
}
.BgClassName
{
background-color: #95614C;
}
</style>
border-color css
<style>
span { border-color: #95614C; }
span { border-color: rgb(149,97,76); }
td.TdClassName
{
border-color: #95614C;
}
.TagClassName
{
border-color: #95614C;
}
</style>