Html Css Color HEX #864D3E Mule Fawn

📋 copy color: '#864D3E'

red 134 ◦ green 77 ◦ blue 62

#864D3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mule Fawn #864D3E

Tints of Mule Fawn #864D3E

RGB

 RED value IS 134 (52.73% from 255) = 49.08%

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 49.08%
G = 28.21%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#864D3E (or 0x864D3E) is known color: Mule Fawn. HEX triplet: 86, 4D and 3E. RGB value is (134,77,62). Sum of RGB (Red+Green+Blue) = 134+77+62=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D3E is #79B2C1. Grayscale: #5C5C5C. Windows color (decimal): -7975618 or 4083078. OLE color: 4083078.

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

Color convert

RGB 134 77 62 -
CMYK 0 0.43 0.54 0.47
HSL 12.5º 0.37% 0.38% -
HSV(B) 12.5º 0.54% 0.53% -
XYZ 13.35 10.72 5.92 -
YUV 92.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 134 77 62 0 0.43 0.54 0.47 12.5 0.37 0.38
Hex 86 4D 3E 0 2B 36 2F C 25 26
Octal 206 115 76 0 53 66 57 14 45 46
Binary 10000110 1001101 111110 0 101011 110110 101111 1100 100101 100110

Color Harmonies of #864D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864D3E

Black with #864D3E

Text Example


Text Example

White with #864D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #864D3E;
 }
 .AnyTagClassName
 {
   color: #864D3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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