#864A3D

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

Shades of Mule Fawn #864A3D

Tints of Mule Fawn #864A3D

Color information

#864A3D (or 0x864A3D) is unknown color: approx Mule Fawn. HEX triplet: 86, 4A and 3D. RGB value is (134,74,61). Sum of RGB (Red+Green+Blue) = 134+74+61=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #864A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A3D is #79B5C2. Grayscale: #5A5A5A. Windows color (decimal): -7976387 or 4016774. OLE color: 4016774.

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

Color convert

RGB1347461-
CMYK00.450.540.47
HSL10.68º37.44%38.24%-
HSV(B)10.68º54.48%52.55%-
XYZ13.1210.35.71-
YUV90.46111.38159.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=49.81%
G=27.51%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134746100.450.540.4710.6837.4438.24
Hex864A3D02D362Fb2526
Octal206112750556657134546
Binary10000110100101011110101011011101101011111011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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