Shades of Spicy Mix #955D4E
Tints of Spicy Mix #955D4E
RGB
CMYK
RGB Variations
Color information
#955D4E (or 0x955D4E) is known color: Spicy Mix. HEX triplet: 95, 5D and 4E. RGB value is (149,93,78). Sum of RGB (Red+Green+Blue) = 149+93+78=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #955D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D4E is #6AA2B1. Grayscale: #6C6C6C. Windows color (decimal): -6988466 or 5135765. OLE color: 5135765.
HSL color Cylindrical-coordinate representation of color #955D4E: hue angle of 12.68º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #955D4E is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 78 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.42 |
| HSL | 12.68º | 0.31% | 0.45% | - |
| HSV(B) | 12.68º | 0.48% | 0.58% | - |
| XYZ | 17.68 | 14.77 | 9.13 | - |
| YUV | 108.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 78 | 0 | 0.38 | 0.48 | 0.42 | 12.68 | 0.31 | 0.45 |
| Hex | 95 | 5D | 4E | 0 | 26 | 30 | 2A | D | 1F | 2D |
| Octal | 225 | 135 | 116 | 0 | 46 | 60 | 52 | 15 | 37 | 55 |
| Binary | 10010101 | 1011101 | 1001110 | 0 | 100110 | 110000 | 101010 | 1101 | 11111 | 101101 |
Color Harmonies of #955D4E
Complementary color
Monochromatic Colors of #955D4E
Black with #955D4E
Text Example
Text Example
White with #955D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D4E; }
p { color: rgb(149,93,78); }
H1.HeaderClassName
{
color: #955D4E;
}
.AnyTagClassName
{
color: #955D4E;
}
</style>
background-color css
<style>
a { background-color: #955D4E; }
a { background-color: rgb(149,93,78); }
div.DivClassName
{
background-color: #955D4E;
}
.BgClassName
{
background-color: #955D4E;
}
</style>
border-color css
<style>
span { border-color: #955D4E; }
span { border-color: rgb(149,93,78); }
td.TdClassName
{
border-color: #955D4E;
}
.TagClassName
{
border-color: #955D4E;
}
</style>