#864B3C

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

Shades of Mule Fawn #864B3C

Tints of Mule Fawn #864B3C

Color information

#864B3C (or 0x864B3C) is unknown color: approx Mule Fawn. HEX triplet: 86, 4B and 3C. RGB value is (134,75,60). Sum of RGB (Red+Green+Blue) = 134+75+60=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #864B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B3C is #79B4C3. Grayscale: #5B5B5B. Windows color (decimal): -7976132 or 3951494. OLE color: 3951494.

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

Color convert

RGB1347560-
CMYK00.440.550.47
HSL12.16º38.14%38.04%-
HSV(B)12.16º55.22%52.55%-
XYZ13.1610.435.59-
YUV90.93110.55158.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 60 (23.83% from 255) = 22.30%
R=49.81%
G=27.88%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134756000.440.550.4712.1638.1438.04
Hex864B3C02C372Fc2626
Octal206113740546757144646
Binary10000110100101111110001011001101111011111100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,75,60); }

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

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

 a { background-color: rgb(134,75,60); }

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

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

 span { border-color: rgb(134,75,60); }

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