Shades of Mule Fawn #86493B
Tints of Mule Fawn #86493B
RGB
CMYK
RGB Variations
Color information
#86493B (or 0x86493B) is known color: Mule Fawn. HEX triplet: 86, 49 and 3B. RGB value is (134,73,59). Sum of RGB (Red+Green+Blue) = 134+73+59=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86493B is #79B6C4. Grayscale: #595959. Windows color (decimal): -7976645 or 3885446. OLE color: 3885446.
HSL color Cylindrical-coordinate representation of color #86493B: hue angle of 11.2º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86493B is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 73 | 59 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.47 |
| HSL | 11.2º | 0.39% | 0.38% | - |
| HSV(B) | 11.2º | 0.56% | 0.53% | - |
| XYZ | 13 | 10.15 | 5.41 | - |
| YUV | 89.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 59 | 0 | 0.46 | 0.56 | 0.47 | 11.2 | 0.39 | 0.38 |
| Hex | 86 | 49 | 3B | 0 | 2E | 38 | 2F | B | 27 | 26 |
| Octal | 206 | 111 | 73 | 0 | 56 | 70 | 57 | 13 | 47 | 46 |
| Binary | 10000110 | 1001001 | 111011 | 0 | 101110 | 111000 | 101111 | 1011 | 100111 | 100110 |
Color Harmonies of #86493B
Complementary color
Monochromatic Colors of #86493B
Black with #86493B
Text Example
Text Example
White with #86493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86493B; }
p { color: rgb(134,73,59); }
H1.HeaderClassName
{
color: #86493B;
}
.AnyTagClassName
{
color: #86493B;
}
</style>
background-color css
<style>
a { background-color: #86493B; }
a { background-color: rgb(134,73,59); }
div.DivClassName
{
background-color: #86493B;
}
.BgClassName
{
background-color: #86493B;
}
</style>
border-color css
<style>
span { border-color: #86493B; }
span { border-color: rgb(134,73,59); }
td.TdClassName
{
border-color: #86493B;
}
.TagClassName
{
border-color: #86493B;
}
</style>