Shades of Spicy Mix #88604C
Tints of Spicy Mix #88604C
RGB
CMYK
RGB Variations
Color information
#88604C (or 0x88604C) is known color: Spicy Mix. HEX triplet: 88, 60 and 4C. RGB value is (136,96,76). Sum of RGB (Red+Green+Blue) = 136+96+76=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #88604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88604C is #779FB3. Grayscale: #696969. Windows color (decimal): -7839668 or 5005448. OLE color: 5005448.
HSL color Cylindrical-coordinate representation of color #88604C: hue angle of 20º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88604C is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 96 | 76 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.47 |
| HSL | 20º | 0.28% | 0.42% | - |
| HSV(B) | 20º | 0.44% | 0.53% | - |
| XYZ | 15.64 | 14.12 | 8.74 | - |
| YUV | 105.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 76 | 0 | 0.29 | 0.44 | 0.47 | 20 | 0.28 | 0.42 |
| Hex | 88 | 60 | 4C | 0 | 1D | 2C | 2F | 14 | 1C | 2A |
| Octal | 210 | 140 | 114 | 0 | 35 | 54 | 57 | 24 | 34 | 52 |
| Binary | 10001000 | 1100000 | 1001100 | 0 | 11101 | 101100 | 101111 | 10100 | 11100 | 101010 |
Color Harmonies of #88604C
Complementary color
Monochromatic Colors of #88604C
Black with #88604C
Text Example
Text Example
White with #88604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88604C; }
p { color: rgb(136,96,76); }
H1.HeaderClassName
{
color: #88604C;
}
.AnyTagClassName
{
color: #88604C;
}
</style>
background-color css
<style>
a { background-color: #88604C; }
a { background-color: rgb(136,96,76); }
div.DivClassName
{
background-color: #88604C;
}
.BgClassName
{
background-color: #88604C;
}
</style>
border-color css
<style>
span { border-color: #88604C; }
span { border-color: rgb(136,96,76); }
td.TdClassName
{
border-color: #88604C;
}
.TagClassName
{
border-color: #88604C;
}
</style>