#864F4D

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

Shades of Lotus #864F4D

Tints of Lotus #864F4D

Color information

#864F4D (or 0x864F4D) is unknown color: approx Lotus. HEX triplet: 86, 4F and 4D. RGB value is (134,79,77). Sum of RGB (Red+Green+Blue) = 134+79+77=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #864F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864F4D is #79B0B2. Grayscale: #5F5F5F. Windows color (decimal): -7975091 or 5066630. OLE color: 5066630.

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

Color convert

RGB1347977-
CMYK00.410.430.47
HSL2.11º27.01%41.37%-
HSV(B)2.11º42.54%52.55%-
XYZ13.9711.28.45-
YUV95.22117.72155.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=46.21%
G=27.24%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134797700.410.430.472.1127.0141.37
Hex864F4D0292B2F21b29
Octal206117115051535723351
Binary100001101001111100110101010011010111011111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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