Shades of Spicy Mix #865C4A
Tints of Spicy Mix #865C4A
RGB
CMYK
RGB Variations
Color information
#865C4A (or 0x865C4A) is known color: Spicy Mix. HEX triplet: 86, 5C and 4A. RGB value is (134,92,74). Sum of RGB (Red+Green+Blue) = 134+92+74=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #865C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C4A is #79A3B5. Grayscale: #666666. Windows color (decimal): -7971766 or 4873350. OLE color: 4873350.
HSL color Cylindrical-coordinate representation of color #865C4A: hue angle of 18º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #865C4A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 74 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.47 |
| HSL | 18º | 0.29% | 0.41% | - |
| HSV(B) | 18º | 0.45% | 0.53% | - |
| XYZ | 14.89 | 13.22 | 8.24 | - |
| YUV | 102.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 74 | 0 | 0.31 | 0.45 | 0.47 | 18 | 0.29 | 0.41 |
| Hex | 86 | 5C | 4A | 0 | 1F | 2D | 2F | 12 | 1D | 29 |
| Octal | 206 | 134 | 112 | 0 | 37 | 55 | 57 | 22 | 35 | 51 |
| Binary | 10000110 | 1011100 | 1001010 | 0 | 11111 | 101101 | 101111 | 10010 | 11101 | 101001 |
Color Harmonies of #865C4A
Complementary color
Monochromatic Colors of #865C4A
Black with #865C4A
Text Example
Text Example
White with #865C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C4A; }
p { color: rgb(134,92,74); }
H1.HeaderClassName
{
color: #865C4A;
}
.AnyTagClassName
{
color: #865C4A;
}
</style>
background-color css
<style>
a { background-color: #865C4A; }
a { background-color: rgb(134,92,74); }
div.DivClassName
{
background-color: #865C4A;
}
.BgClassName
{
background-color: #865C4A;
}
</style>
border-color css
<style>
span { border-color: #865C4A; }
span { border-color: rgb(134,92,74); }
td.TdClassName
{
border-color: #865C4A;
}
.TagClassName
{
border-color: #865C4A;
}
</style>