Shades of Spicy Mix #91634C
Tints of Spicy Mix #91634C
RGB
CMYK
RGB Variations
Color information
#91634C (or 0x91634C) is known color: Spicy Mix. HEX triplet: 91, 63 and 4C. RGB value is (145,99,76). Sum of RGB (Red+Green+Blue) = 145+99+76=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #91634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91634C is #6E9CB3. Grayscale: #6E6E6E. Windows color (decimal): -7249076 or 5006225. OLE color: 5006225.
HSL color Cylindrical-coordinate representation of color #91634C: hue angle of 20º degrees, saturation: 0.31, 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 #91634C is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 99 | 76 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.43 |
| HSL | 20º | 0.31% | 0.43% | - |
| HSV(B) | 20º | 0.48% | 0.57% | - |
| XYZ | 17.44 | 15.47 | 8.9 | - |
| YUV | 110.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 76 | 0 | 0.32 | 0.48 | 0.43 | 20 | 0.31 | 0.43 |
| Hex | 91 | 63 | 4C | 0 | 20 | 30 | 2B | 14 | 1F | 2B |
| Octal | 221 | 143 | 114 | 0 | 40 | 60 | 53 | 24 | 37 | 53 |
| Binary | 10010001 | 1100011 | 1001100 | 0 | 100000 | 110000 | 101011 | 10100 | 11111 | 101011 |
Color Harmonies of #91634C
Complementary color
Monochromatic Colors of #91634C
Black with #91634C
Text Example
Text Example
White with #91634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91634C; }
p { color: rgb(145,99,76); }
H1.HeaderClassName
{
color: #91634C;
}
.AnyTagClassName
{
color: #91634C;
}
</style>
background-color css
<style>
a { background-color: #91634C; }
a { background-color: rgb(145,99,76); }
div.DivClassName
{
background-color: #91634C;
}
.BgClassName
{
background-color: #91634C;
}
</style>
border-color css
<style>
span { border-color: #91634C; }
span { border-color: rgb(145,99,76); }
td.TdClassName
{
border-color: #91634C;
}
.TagClassName
{
border-color: #91634C;
}
</style>