Html Css Color HEX #86493F Mule Fawn

📋 copy color: '#86493F'

red 134 ◦ green 73 ◦ blue 63

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

Shades of Mule Fawn #86493F

Tints of Mule Fawn #86493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 63 (25% from 255) = 23.33%

R = 49.63%
G = 27.04%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86493F (or 0x86493F) is known color: Mule Fawn. HEX triplet: 86, 49 and 3F. RGB value is (134,73,63). Sum of RGB (Red+Green+Blue) = 134+73+63=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #86493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86493F is #79B6C0. Grayscale: #5A5A5A. Windows color (decimal): -7976641 or 4147590. OLE color: 4147590.

HSL color Cylindrical-coordinate representation of color #86493F: hue angle of 8.45º 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 #86493F is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 73 63 -
CMYK 0 0.46 0.53 0.47
HSL 8.45º 0.36% 0.39% -
HSV(B) 8.45º 0.53% 0.53% -
XYZ 13.11 10.19 5.98 -
YUV 90.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 134 73 63 0 0.46 0.53 0.47 8.45 0.36 0.39
Hex 86 49 3F 0 2E 35 2F 8 24 27
Octal 206 111 77 0 56 65 57 10 44 47
Binary 10000110 1001001 111111 0 101110 110101 101111 1000 100100 100111

Color Harmonies of #86493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86493F

Black with #86493F

Text Example


Text Example

White with #86493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86493F; }

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

 H1.HeaderClassName
 {
   color: #86493F;
 }
 .AnyTagClassName
 {
   color: #86493F;
 }
</style>

background-color css

<style>
 a { background-color: #86493F; }

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

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

border-color css

<style>
 span { border-color: #86493F; }

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

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