#864E43

Color #864E43 Mule Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mule Fawn #864E43

Tints of Mule Fawn #864E43

Color information

#864E43 (or 0x864E43) is unknown color: approx Mule Fawn. HEX triplet: 86, 4E and 43. RGB value is (134,78,67). Sum of RGB (Red+Green+Blue) = 134+78+67=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #864E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E43 is #79B1BC. Grayscale: #5D5D5D. Windows color (decimal): -7975357 or 4411014. OLE color: 4411014.

HSL color Cylindrical-coordinate representation of color #864E43: hue angle of 9.85º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864E43 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB1347867-
CMYK00.420.50.47
HSL9.85º33.33%39.41%-
HSV(B)9.85º50%52.55%-
XYZ13.5710.926.7-
YUV93.49113.05156.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 67 (26.56% from 255) = 24.01%
R=48.03%
G=27.96%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134786700.420.50.479.8533.3339.41
Hex864E4302A322Fa2127
Octal2061161030526257124147
Binary100001101001110100001101010101100101011111010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E43; }

 p { color: rgb(134,78,67); }

 H1.HeaderClassName
 {
   color: #864E43;
 }
 .AnyTagClassName
 {
   color: #864E43;
 }
</style>
background-color css

<style>
 a { background-color: #864E43; }

 a { background-color: rgb(134,78,67); }

 div.DivClassName
 {
   background-color: #864E43;
 }
 .BgClassName
 {
   background-color: #864E43;
 }
</style>
border-color css

<style>
 span { border-color: #864E43; }

 span { border-color: rgb(134,78,67); }

 td.TdClassName
 {
   border-color: #864E43;
 }
 .TagClassName
 {
   border-color: #864E43;
 }
</style>