Shades of Spicy Mix #86644D
Tints of Spicy Mix #86644D
RGB
CMYK
RGB Variations
Color information
#86644D (or 0x86644D) is known color: Spicy Mix. HEX triplet: 86, 64 and 4D. RGB value is (134,100,77). Sum of RGB (Red+Green+Blue) = 134+100+77=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86644D is #799BB2. Grayscale: #6B6B6B. Windows color (decimal): -7969715 or 5072006. OLE color: 5072006.
HSL color Cylindrical-coordinate representation of color #86644D: hue angle of 24.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86644D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 77 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.47 |
| HSL | 24.21º | 0.27% | 0.41% | - |
| HSV(B) | 24.21º | 0.43% | 0.53% | - |
| XYZ | 15.73 | 14.72 | 9.03 | - |
| YUV | 107.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 77 | 0 | 0.25 | 0.43 | 0.47 | 24.21 | 0.27 | 0.41 |
| Hex | 86 | 64 | 4D | 0 | 19 | 2B | 2F | 18 | 1B | 29 |
| Octal | 206 | 144 | 115 | 0 | 31 | 53 | 57 | 30 | 33 | 51 |
| Binary | 10000110 | 1100100 | 1001101 | 0 | 11001 | 101011 | 101111 | 11000 | 11011 | 101001 |
Color Harmonies of #86644D
Complementary color
Monochromatic Colors of #86644D
Black with #86644D
Text Example
Text Example
White with #86644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86644D; }
p { color: rgb(134,100,77); }
H1.HeaderClassName
{
color: #86644D;
}
.AnyTagClassName
{
color: #86644D;
}
</style>
background-color css
<style>
a { background-color: #86644D; }
a { background-color: rgb(134,100,77); }
div.DivClassName
{
background-color: #86644D;
}
.BgClassName
{
background-color: #86644D;
}
</style>
border-color css
<style>
span { border-color: #86644D; }
span { border-color: rgb(134,100,77); }
td.TdClassName
{
border-color: #86644D;
}
.TagClassName
{
border-color: #86644D;
}
</style>