Html Css Color HEX #86493C Mule Fawn

📋 copy color: '#86493C'

red 134 ◦ green 73 ◦ blue 60

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

Shades of Mule Fawn #86493C

Tints of Mule Fawn #86493C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 50.19%
G = 27.34%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86493C (or 0x86493C) is known color: Mule Fawn. HEX triplet: 86, 49 and 3C. RGB value is (134,73,60). Sum of RGB (Red+Green+Blue) = 134+73+60=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86493C is #79B6C3. Grayscale: #595959. Windows color (decimal): -7976644 or 3950982. OLE color: 3950982.

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

Color convert

RGB 134 73 60 -
CMYK 0 0.46 0.55 0.47
HSL 10.54º 0.38% 0.38% -
HSV(B) 10.54º 0.55% 0.53% -
XYZ 13.03 10.16 5.55 -
YUV 89.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 134 73 60 0 0.46 0.55 0.47 10.54 0.38 0.38
Hex 86 49 3C 0 2E 37 2F B 26 26
Octal 206 111 74 0 56 67 57 13 46 46
Binary 10000110 1001001 111100 0 101110 110111 101111 1011 100110 100110

Color Harmonies of #86493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86493C

Black with #86493C

Text Example


Text Example

White with #86493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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