#865146

Color #865146 Mule Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mule Fawn #865146

Tints of Mule Fawn #865146

Color information

#865146 (or 0x865146) is unknown color: approx Mule Fawn. HEX triplet: 86, 51 and 46. RGB value is (134,81,70). Sum of RGB (Red+Green+Blue) = 134+81+70=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #865146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865146 is #79AEB9. Grayscale: #5F5F5F. Windows color (decimal): -7974586 or 4608390. OLE color: 4608390.

HSL color Cylindrical-coordinate representation of color #865146: hue angle of 10.31º 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 #865146 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1348170-
CMYK00.400.480.47
HSL10.31º31.37%40%-
HSV(B)10.31º47.76%52.55%-
XYZ13.8811.47.26-
YUV95.59113.56155.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=47.02%
G=28.42%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134817000.400.480.4710.3131.3740
Hex865146028302Fa1f28
Octal2061211060506057123750
Binary10000110101000110001100101000110000101111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865146; }

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

 H1.HeaderClassName
 {
   color: #865146;
 }
 .AnyTagClassName
 {
   color: #865146;
 }
</style>
background-color css

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

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

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

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

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

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