Html Css Color HEX #864C43 Mule Fawn

📋 copy color: '#864C43'

red 134 ◦ green 76 ◦ blue 67

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

Shades of Mule Fawn #864C43

Tints of Mule Fawn #864C43

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.44%

 BLUE value IS 67 (26.56% from 255) = 24.19%

R = 48.38%
G = 27.44%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#864C43 (or 0x864C43) is known color: Mule Fawn. HEX triplet: 86, 4C and 43. RGB value is (134,76,67). Sum of RGB (Red+Green+Blue) = 134+76+67=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #864C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C43 is #79B3BC. Grayscale: #5C5C5C. Windows color (decimal): -7975869 or 4410502. OLE color: 4410502.

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

Color convert

RGB 134 76 67 -
CMYK 0 0.43 0.5 0.47
HSL 8.06º 0.33% 0.39% -
HSV(B) 8.06º 0.5% 0.53% -
XYZ 13.43 10.64 6.66 -
YUV 92.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 134 76 67 0 0.43 0.5 0.47 8.06 0.33 0.39
Hex 86 4C 43 0 2B 32 2F 8 21 27
Octal 206 114 103 0 53 62 57 10 41 47
Binary 10000110 1001100 1000011 0 101011 110010 101111 1000 100001 100111

Color Harmonies of #864C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C43

Black with #864C43

Text Example


Text Example

White with #864C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,76,67); }

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

background-color css

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

 a { background-color: rgb(134,76,67); }

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

border-color css

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

 span { border-color: rgb(134,76,67); }

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