Shades of Spicy Mix #88644C
Tints of Spicy Mix #88644C
RGB
CMYK
RGB Variations
Color information
#88644C (or 0x88644C) is known color: Spicy Mix. HEX triplet: 88, 64 and 4C. RGB value is (136,100,76). Sum of RGB (Red+Green+Blue) = 136+100+76=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88644C is #779BB3. Grayscale: #6C6C6C. Windows color (decimal): -7838644 or 5006472. OLE color: 5006472.
HSL color Cylindrical-coordinate representation of color #88644C: hue angle of 24º 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 #88644C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 76 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.47 |
| HSL | 24º | 0.28% | 0.42% | - |
| HSV(B) | 24º | 0.44% | 0.53% | - |
| XYZ | 16.02 | 14.87 | 8.86 | - |
| YUV | 108.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 76 | 0 | 0.26 | 0.44 | 0.47 | 24 | 0.28 | 0.42 |
| Hex | 88 | 64 | 4C | 0 | 1A | 2C | 2F | 18 | 1C | 2A |
| Octal | 210 | 144 | 114 | 0 | 32 | 54 | 57 | 30 | 34 | 52 |
| Binary | 10001000 | 1100100 | 1001100 | 0 | 11010 | 101100 | 101111 | 11000 | 11100 | 101010 |
Color Harmonies of #88644C
Complementary color
Monochromatic Colors of #88644C
Black with #88644C
Text Example
Text Example
White with #88644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88644C; }
p { color: rgb(136,100,76); }
H1.HeaderClassName
{
color: #88644C;
}
.AnyTagClassName
{
color: #88644C;
}
</style>
background-color css
<style>
a { background-color: #88644C; }
a { background-color: rgb(136,100,76); }
div.DivClassName
{
background-color: #88644C;
}
.BgClassName
{
background-color: #88644C;
}
</style>
border-color css
<style>
span { border-color: #88644C; }
span { border-color: rgb(136,100,76); }
td.TdClassName
{
border-color: #88644C;
}
.TagClassName
{
border-color: #88644C;
}
</style>