#86554C

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

Shades of Lotus #86554C

Tints of Lotus #86554C

Color information

#86554C (or 0x86554C) is unknown color: approx Lotus. HEX triplet: 86, 55 and 4C. RGB value is (134,85,76). Sum of RGB (Red+Green+Blue) = 134+85+76=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86554C is #79AAB3. Grayscale: #626262. Windows color (decimal): -7973556 or 5002630. OLE color: 5002630.

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

Color convert

RGB1348576-
CMYK00.370.430.47
HSL9.31º27.62%41.18%-
HSV(B)9.31º43.28%52.55%-
XYZ14.3812.098.41-
YUV98.62115.23153.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=45.42%
G=28.81%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134857600.370.430.479.3127.6241.18
Hex86554C0252B2F91c29
Octal2061251140455357113451
Binary10000110101010110011000100101101011101111100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86554C; }

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

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

<style>
 a { background-color: #86554C; }

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

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

<style>
 span { border-color: #86554C; }

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

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