#864C3E

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

Shades of Mule Fawn #864C3E

Tints of Mule Fawn #864C3E

Color information

#864C3E (or 0x864C3E) is unknown color: approx Mule Fawn. HEX triplet: 86, 4C and 3E. RGB value is (134,76,62). Sum of RGB (Red+Green+Blue) = 134+76+62=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #864C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C3E is #79B3C1. Grayscale: #5B5B5B. Windows color (decimal): -7975874 or 4082822. OLE color: 4082822.

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

Color convert

RGB1347662-
CMYK00.430.540.47
HSL11.67º36.73%38.43%-
HSV(B)11.67º53.73%52.55%-
XYZ13.2910.595.9-
YUV91.75111.22158.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=49.26%
G=27.94%
B=22.79%

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
Decimal134766200.430.540.4711.6736.7338.43
Hex864C3E02B362Fc2526
Octal206114760536657144546
Binary10000110100110011111001010111101101011111100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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