#864E4E

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

Shades of Lotus #864E4E

Tints of Lotus #864E4E

Color information

#864E4E (or 0x864E4E) is unknown color: approx Lotus. HEX triplet: 86, 4E and 4E. RGB value is (134,78,78). Sum of RGB (Red+Green+Blue) = 134+78+78=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #864E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E4E is #79B1B1. Grayscale: #5E5E5E. Windows color (decimal): -7975346 or 5131910. OLE color: 5131910.

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

Color convert

RGB1347878-
CMYK00.420.420.47
HSL26.42%41.57%-
HSV(B)41.79%52.55%-
XYZ13.9311.078.61-
YUV94.74118.55156-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=46.21%
G=26.90%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134787800.420.420.47026.4241.57
Hex864E4E02A2A2F01a2a
Octal206116116052525703252
Binary10000110100111010011100101010101010101111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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