#864E3F

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

Shades of Mule Fawn #864E3F

Tints of Mule Fawn #864E3F

Color information

#864E3F (or 0x864E3F) is unknown color: approx Mule Fawn. HEX triplet: 86, 4E and 3F. RGB value is (134,78,63). Sum of RGB (Red+Green+Blue) = 134+78+63=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #864E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E3F is #79B1C0. Grayscale: #5D5D5D. Windows color (decimal): -7975361 or 4148870. OLE color: 4148870.

HSL color Cylindrical-coordinate representation of color #864E3F: hue angle of 12.68º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #864E3F is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1347863-
CMYK00.420.530.47
HSL12.68º36.04%38.63%-
HSV(B)12.68º52.99%52.55%-
XYZ13.4510.886.09-
YUV93.03111.05157.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 63 (25% from 255) = 22.91%
R=48.73%
G=28.36%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134786300.420.530.4712.6836.0438.63
Hex864E3F02A352Fd2427
Octal206116770526557154447
Binary10000110100111011111101010101101011011111101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,78,63); }

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

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

 a { background-color: rgb(134,78,63); }

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

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

 span { border-color: rgb(134,78,63); }

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