Shades of Spicy Mix #865B4F
Tints of Spicy Mix #865B4F
RGB
CMYK
RGB Variations
Color information
#865B4F (or 0x865B4F) is known color: Spicy Mix. HEX triplet: 86, 5B and 4F. RGB value is (134,91,79). Sum of RGB (Red+Green+Blue) = 134+91+79=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #865B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B4F is #79A4B0. Grayscale: #666666. Windows color (decimal): -7972017 or 5200774. OLE color: 5200774.
HSL color Cylindrical-coordinate representation of color #865B4F: hue angle of 13.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #865B4F is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 79 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.47 |
| HSL | 13.09º | 0.26% | 0.42% | - |
| HSV(B) | 13.09º | 0.41% | 0.53% | - |
| XYZ | 14.98 | 13.12 | 9.14 | - |
| YUV | 102.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 79 | 0 | 0.32 | 0.41 | 0.47 | 13.09 | 0.26 | 0.42 |
| Hex | 86 | 5B | 4F | 0 | 20 | 29 | 2F | D | 1A | 2A |
| Octal | 206 | 133 | 117 | 0 | 40 | 51 | 57 | 15 | 32 | 52 |
| Binary | 10000110 | 1011011 | 1001111 | 0 | 100000 | 101001 | 101111 | 1101 | 11010 | 101010 |
Color Harmonies of #865B4F
Complementary color
Monochromatic Colors of #865B4F
Black with #865B4F
Text Example
Text Example
White with #865B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B4F; }
p { color: rgb(134,91,79); }
H1.HeaderClassName
{
color: #865B4F;
}
.AnyTagClassName
{
color: #865B4F;
}
</style>
background-color css
<style>
a { background-color: #865B4F; }
a { background-color: rgb(134,91,79); }
div.DivClassName
{
background-color: #865B4F;
}
.BgClassName
{
background-color: #865B4F;
}
</style>
border-color css
<style>
span { border-color: #865B4F; }
span { border-color: rgb(134,91,79); }
td.TdClassName
{
border-color: #865B4F;
}
.TagClassName
{
border-color: #865B4F;
}
</style>