#864E4D

Color #864E4D Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #864E4D

Tints of Lotus #864E4D

Color information

#864E4D (or 0x864E4D) is unknown color: approx Lotus. HEX triplet: 86, 4E and 4D. RGB value is (134,78,77). Sum of RGB (Red+Green+Blue) = 134+78+77=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #864E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E4D is #79B1B2. Grayscale: #5E5E5E. Windows color (decimal): -7975347 or 5066374. OLE color: 5066374.

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

Color convert

RGB1347877-
CMYK00.420.430.47
HSL1.05º27.01%41.37%-
HSV(B)1.05º42.54%52.55%-
XYZ13.911.058.42-
YUV94.63118.05156.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=46.37%
G=26.99%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134787700.420.430.471.0527.0141.37
Hex864E4D02A2B2F11b29
Octal206116115052535713351
Binary10000110100111010011010101010101011101111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,78,77); }

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

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

 a { background-color: rgb(134,78,77); }

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

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

 span { border-color: rgb(134,78,77); }

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