Html Css Color HEX #864A3D Mule Fawn

📋 copy color: '#864A3D'

red 134 ◦ green 74 ◦ blue 61

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

Shades of Mule Fawn #864A3D

Tints of Mule Fawn #864A3D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.51%

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 49.81%
G = 27.51%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#864A3D (or 0x864A3D) is known color: Mule Fawn. HEX triplet: 86, 4A and 3D. RGB value is (134,74,61). Sum of RGB (Red+Green+Blue) = 134+74+61=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #864A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A3D is #79B5C2. Grayscale: #5A5A5A. Windows color (decimal): -7976387 or 4016774. OLE color: 4016774.

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

Color convert

RGB 134 74 61 -
CMYK 0 0.45 0.54 0.47
HSL 10.68º 0.37% 0.38% -
HSV(B) 10.68º 0.54% 0.53% -
XYZ 13.12 10.3 5.71 -
YUV 90.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 134 74 61 0 0.45 0.54 0.47 10.68 0.37 0.38
Hex 86 4A 3D 0 2D 36 2F B 25 26
Octal 206 112 75 0 55 66 57 13 45 46
Binary 10000110 1001010 111101 0 101101 110110 101111 1011 100101 100110

Color Harmonies of #864A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864A3D

Black with #864A3D

Text Example


Text Example

White with #864A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,74,61); }

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

background-color css

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

 a { background-color: rgb(134,74,61); }

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

border-color css

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

 span { border-color: rgb(134,74,61); }

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