#864D3E

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

Shades of Mule Fawn #864D3E

Tints of Mule Fawn #864D3E

Color information

#864D3E (or 0x864D3E) is unknown color: approx Mule Fawn. HEX triplet: 86, 4D and 3E. RGB value is (134,77,62). Sum of RGB (Red+Green+Blue) = 134+77+62=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D3E is #79B2C1. Grayscale: #5C5C5C. Windows color (decimal): -7975618 or 4083078. OLE color: 4083078.

HSL color Cylindrical-coordinate representation of color #864D3E: hue angle of 12.5º 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 #864D3E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1347762-
CMYK00.430.540.47
HSL12.5º36.73%38.43%-
HSV(B)12.5º53.73%52.55%-
XYZ13.3510.725.92-
YUV92.33110.88157.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 62 (24.61% from 255) = 22.71%
R=49.08%
G=28.21%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134776200.430.540.4712.536.7338.43
Hex864D3E02B362Fd2526
Octal206115760536657154546
Binary10000110100110111111001010111101101011111101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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