#864B3E

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

Shades of Mule Fawn #864B3E

Tints of Mule Fawn #864B3E

Color information

#864B3E (or 0x864B3E) is unknown color: approx Mule Fawn. HEX triplet: 86, 4B and 3E. RGB value is (134,75,62). Sum of RGB (Red+Green+Blue) = 134+75+62=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #864B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B3E is #79B4C1. Grayscale: #5B5B5B. Windows color (decimal): -7976130 or 4082566. OLE color: 4082566.

HSL color Cylindrical-coordinate representation of color #864B3E: hue angle of 10.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #864B3E is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1347562-
CMYK00.440.540.47
HSL10.83º36.73%38.43%-
HSV(B)10.83º53.73%52.55%-
XYZ13.2210.455.88-
YUV91.16111.55158.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=49.45%
G=27.68%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134756200.440.540.4710.8336.7338.43
Hex864B3E02C362Fb2526
Octal206113760546657134546
Binary10000110100101111111001011001101101011111011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,75,62); }

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

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

 a { background-color: rgb(134,75,62); }

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

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

 span { border-color: rgb(134,75,62); }

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