#864E4C

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

Shades of Lotus #864E4C

Tints of Lotus #864E4C

Color information

#864E4C (or 0x864E4C) is unknown color: approx Lotus. HEX triplet: 86, 4E and 4C. RGB value is (134,78,76). Sum of RGB (Red+Green+Blue) = 134+78+76=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #864E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E4C is #79B1B3. Grayscale: #5E5E5E. Windows color (decimal): -7975348 or 5000838. OLE color: 5000838.

HSL color Cylindrical-coordinate representation of color #864E4C: hue angle of 2.07º degrees, saturation: 0.28, 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 #864E4C is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1347876-
CMYK00.420.430.47
HSL2.07º27.62%41.18%-
HSV(B)2.07º43.28%52.55%-
XYZ13.8611.048.24-
YUV94.52117.55156.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 76 (30.08% from 255) = 26.39%
R=46.53%
G=27.08%
B=26.39%

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
Decimal134787600.420.430.472.0727.6241.18
Hex864E4C02A2B2F21c29
Octal206116114052535723451
Binary100001101001110100110001010101010111011111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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