Shades of Mule Fawn #864C3F
Tints of Mule Fawn #864C3F
RGB
CMYK
RGB Variations
Color information
#864C3F (or 0x864C3F) is known color: Mule Fawn. HEX triplet: 86, 4C and 3F. RGB value is (134,76,63). Sum of RGB (Red+Green+Blue) = 134+76+63=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C3F is #79B3C0. Grayscale: #5B5B5B. Windows color (decimal): -7975873 or 4148358. OLE color: 4148358.
HSL color Cylindrical-coordinate representation of color #864C3F: hue angle of 10.99º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #864C3F is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 76 | 63 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.47 |
| HSL | 10.99º | 0.36% | 0.39% | - |
| HSV(B) | 10.99º | 0.53% | 0.53% | - |
| XYZ | 13.31 | 10.6 | 6.05 | - |
| YUV | 91.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 63 | 0 | 0.43 | 0.53 | 0.47 | 10.99 | 0.36 | 0.39 |
| Hex | 86 | 4C | 3F | 0 | 2B | 35 | 2F | B | 24 | 27 |
| Octal | 206 | 114 | 77 | 0 | 53 | 65 | 57 | 13 | 44 | 47 |
| Binary | 10000110 | 1001100 | 111111 | 0 | 101011 | 110101 | 101111 | 1011 | 100100 | 100111 |
Color Harmonies of #864C3F
Complementary color
Monochromatic Colors of #864C3F
Black with #864C3F
Text Example
Text Example
White with #864C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864C3F; }
p { color: rgb(134,76,63); }
H1.HeaderClassName
{
color: #864C3F;
}
.AnyTagClassName
{
color: #864C3F;
}
</style>
background-color css
<style>
a { background-color: #864C3F; }
a { background-color: rgb(134,76,63); }
div.DivClassName
{
background-color: #864C3F;
}
.BgClassName
{
background-color: #864C3F;
}
</style>
border-color css
<style>
span { border-color: #864C3F; }
span { border-color: rgb(134,76,63); }
td.TdClassName
{
border-color: #864C3F;
}
.TagClassName
{
border-color: #864C3F;
}
</style>