Shades of Spicy Mix #88644F
Tints of Spicy Mix #88644F
RGB
CMYK
RGB Variations
Color information
#88644F (or 0x88644F) is known color: Spicy Mix. HEX triplet: 88, 64 and 4F. RGB value is (136,100,79). Sum of RGB (Red+Green+Blue) = 136+100+79=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88644F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88644F is #779BB0. Grayscale: #6C6C6C. Windows color (decimal): -7838641 or 5203080. OLE color: 5203080.
HSL color Cylindrical-coordinate representation of color #88644F: hue angle of 22.11º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88644F is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 79 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.47 |
| HSL | 22.11º | 0.27% | 0.42% | - |
| HSV(B) | 22.11º | 0.42% | 0.53% | - |
| XYZ | 16.12 | 14.91 | 9.43 | - |
| YUV | 108.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 79 | 0 | 0.26 | 0.42 | 0.47 | 22.11 | 0.27 | 0.42 |
| Hex | 88 | 64 | 4F | 0 | 1A | 2A | 2F | 16 | 1B | 2A |
| Octal | 210 | 144 | 117 | 0 | 32 | 52 | 57 | 26 | 33 | 52 |
| Binary | 10001000 | 1100100 | 1001111 | 0 | 11010 | 101010 | 101111 | 10110 | 11011 | 101010 |
Color Harmonies of #88644F
Complementary color
Monochromatic Colors of #88644F
Black with #88644F
Text Example
Text Example
White with #88644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88644F; }
p { color: rgb(136,100,79); }
H1.HeaderClassName
{
color: #88644F;
}
.AnyTagClassName
{
color: #88644F;
}
</style>
background-color css
<style>
a { background-color: #88644F; }
a { background-color: rgb(136,100,79); }
div.DivClassName
{
background-color: #88644F;
}
.BgClassName
{
background-color: #88644F;
}
</style>
border-color css
<style>
span { border-color: #88644F; }
span { border-color: rgb(136,100,79); }
td.TdClassName
{
border-color: #88644F;
}
.TagClassName
{
border-color: #88644F;
}
</style>