#864C3D

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

Shades of Mule Fawn #864C3D

Tints of Mule Fawn #864C3D

Color information

#864C3D (or 0x864C3D) is unknown color: approx Mule Fawn. HEX triplet: 86, 4C and 3D. RGB value is (134,76,61). Sum of RGB (Red+Green+Blue) = 134+76+61=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #864C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C3D is #79B3C2. Grayscale: #5B5B5B. Windows color (decimal): -7975875 or 4017286. OLE color: 4017286.

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

Color convert

RGB1347661-
CMYK00.430.540.47
HSL12.33º37.44%38.24%-
HSV(B)12.33º54.48%52.55%-
XYZ13.2610.575.76-
YUV91.63110.72158.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=49.45%
G=28.04%
B=22.51%

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
Decimal134766100.430.540.4712.3337.4438.24
Hex864C3D02B362Fc2526
Octal206114750536657144546
Binary10000110100110011110101010111101101011111100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,76,61); }

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

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

 a { background-color: rgb(134,76,61); }

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

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

 span { border-color: rgb(134,76,61); }

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