Html Css Color HEX #864F44 Mule Fawn

📋 copy color: '#864F44'

red 134 ◦ green 79 ◦ blue 68

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

Shades of Mule Fawn #864F44

Tints of Mule Fawn #864F44

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

 BLUE value IS 68 (26.95% from 255) = 24.2%

R = 47.69%
G = 28.11%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#864F44 (or 0x864F44) is known color: Mule Fawn. HEX triplet: 86, 4F and 44. RGB value is (134,79,68). Sum of RGB (Red+Green+Blue) = 134+79+68=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #864F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F44 is #79B0BB. Grayscale: #5E5E5E. Windows color (decimal): -7975100 or 4476806. OLE color: 4476806.

HSL color Cylindrical-coordinate representation of color #864F44: hue angle of 10º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864F44 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 79 68 -
CMYK 0 0.41 0.49 0.47
HSL 10º 0.33% 0.4% -
HSV(B) 10º 0.49% 0.53% -
XYZ 13.67 11.08 6.89 -
YUV 94.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 134 79 68 0 0.41 0.49 0.47 10 0.33 0.4
Hex 86 4F 44 0 29 31 2F A 21 28
Octal 206 117 104 0 51 61 57 12 41 50
Binary 10000110 1001111 1000100 0 101001 110001 101111 1010 100001 101000

Color Harmonies of #864F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864F44

Black with #864F44

Text Example


Text Example

White with #864F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,79,68); }

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

background-color css

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

 a { background-color: rgb(134,79,68); }

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

border-color css

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

 span { border-color: rgb(134,79,68); }

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