Html Css Color HEX #865046 Mule Fawn

📋 copy color: '#865046'

red 134 ◦ green 80 ◦ blue 70

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

Shades of Mule Fawn #865046

Tints of Mule Fawn #865046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

 BLUE value IS 70 (27.73% from 255) = 24.65%

R = 47.18%
G = 28.17%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#865046 (or 0x865046) is known color: Mule Fawn. HEX triplet: 86, 50 and 46. RGB value is (134,80,70). Sum of RGB (Red+Green+Blue) = 134+80+70=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #865046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865046 is #79AFB9. Grayscale: #5F5F5F. Windows color (decimal): -7974842 or 4608134. OLE color: 4608134.

HSL color Cylindrical-coordinate representation of color #865046: hue angle of 9.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #865046 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 70 -
CMYK 0 0.40 0.48 0.47
HSL 9.38º 0.31% 0.4% -
HSV(B) 9.38º 0.48% 0.53% -
XYZ 13.81 11.25 7.24 -
YUV 95.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 134 80 70 0 0.40 0.48 0.47 9.38 0.31 0.4
Hex 86 50 46 0 28 30 2F 9 1F 28
Octal 206 120 106 0 50 60 57 11 37 50
Binary 10000110 1010000 1000110 0 101000 110000 101111 1001 11111 101000

Color Harmonies of #865046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865046

Black with #865046

Text Example


Text Example

White with #865046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865046; }

 p { color: rgb(134,80,70); }

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

background-color css

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

 a { background-color: rgb(134,80,70); }

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

border-color css

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

 span { border-color: rgb(134,80,70); }

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