#86564D

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

Shades of Lotus #86564D

Tints of Lotus #86564D

Color information

#86564D (or 0x86564D) is unknown color: approx Lotus. HEX triplet: 86, 56 and 4D. RGB value is (134,86,77). Sum of RGB (Red+Green+Blue) = 134+86+77=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86564D is #79A9B2. Grayscale: #636363. Windows color (decimal): -7973299 or 5068422. OLE color: 5068422.

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

Color convert

RGB1348677-
CMYK00.360.430.47
HSL9.47º27.01%41.37%-
HSV(B)9.47º42.54%52.55%-
XYZ14.512.268.62-
YUV99.33115.4152.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=45.12%
G=28.96%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134867700.360.430.479.4727.0141.37
Hex86564D0242B2F91b29
Octal2061261150445357113351
Binary10000110101011010011010100100101011101111100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86564D; }

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

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

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

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

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

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

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

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