Html Css Color HEX #864B40 Mule Fawn

📋 copy color: '#864B40'

red 134 ◦ green 75 ◦ blue 64

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

Shades of Mule Fawn #864B40

Tints of Mule Fawn #864B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.47%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 49.08%
G = 27.47%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#864B40 (or 0x864B40) is known color: Mule Fawn. HEX triplet: 86, 4B and 40. RGB value is (134,75,64). Sum of RGB (Red+Green+Blue) = 134+75+64=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B40 is #79B4BF. Grayscale: #5B5B5B. Windows color (decimal): -7976128 or 4213638. OLE color: 4213638.

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

Color convert

RGB 134 75 64 -
CMYK 0 0.44 0.52 0.47
HSL 9.43º 0.35% 0.39% -
HSV(B) 9.43º 0.52% 0.53% -
XYZ 13.27 10.47 6.17 -
YUV 91.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 134 75 64 0 0.44 0.52 0.47 9.43 0.35 0.39
Hex 86 4B 40 0 2C 34 2F 9 23 27
Octal 206 113 100 0 54 64 57 11 43 47
Binary 10000110 1001011 1000000 0 101100 110100 101111 1001 100011 100111

Color Harmonies of #864B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864B40

Black with #864B40

Text Example


Text Example

White with #864B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,75,64); }

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

background-color css

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

 a { background-color: rgb(134,75,64); }

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

border-color css

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

 span { border-color: rgb(134,75,64); }

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