Shades of Spicy Mix #94614C
Tints of Spicy Mix #94614C
RGB
CMYK
RGB Variations
Color information
#94614C (or 0x94614C) is known color: Spicy Mix. HEX triplet: 94, 61 and 4C. RGB value is (148,97,76). Sum of RGB (Red+Green+Blue) = 148+97+76=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #94614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94614C is #6B9EB3. Grayscale: #6D6D6D. Windows color (decimal): -7052980 or 5005716. OLE color: 5005716.
HSL color Cylindrical-coordinate representation of color #94614C: hue angle of 17.5º 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 #94614C is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 97 | 76 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.42 |
| HSL | 17.5º | 0.32% | 0.44% | - |
| HSV(B) | 17.5º | 0.49% | 0.58% | - |
| XYZ | 17.79 | 15.37 | 8.87 | - |
| YUV | 109.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 76 | 0 | 0.34 | 0.49 | 0.42 | 17.5 | 0.32 | 0.44 |
| Hex | 94 | 61 | 4C | 0 | 22 | 31 | 2A | 12 | 20 | 2C |
| Octal | 224 | 141 | 114 | 0 | 42 | 61 | 52 | 22 | 40 | 54 |
| Binary | 10010100 | 1100001 | 1001100 | 0 | 100010 | 110001 | 101010 | 10010 | 100000 | 101100 |
Color Harmonies of #94614C
Complementary color
Monochromatic Colors of #94614C
Black with #94614C
Text Example
Text Example
White with #94614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94614C; }
p { color: rgb(148,97,76); }
H1.HeaderClassName
{
color: #94614C;
}
.AnyTagClassName
{
color: #94614C;
}
</style>
background-color css
<style>
a { background-color: #94614C; }
a { background-color: rgb(148,97,76); }
div.DivClassName
{
background-color: #94614C;
}
.BgClassName
{
background-color: #94614C;
}
</style>
border-color css
<style>
span { border-color: #94614C; }
span { border-color: rgb(148,97,76); }
td.TdClassName
{
border-color: #94614C;
}
.TagClassName
{
border-color: #94614C;
}
</style>