#86504E

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

Shades of Lotus #86504E

Tints of Lotus #86504E

Color information

#86504E (or 0x86504E) is unknown color: approx Lotus. HEX triplet: 86, 50 and 4E. RGB value is (134,80,78). Sum of RGB (Red+Green+Blue) = 134+80+78=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86504E is #79AFB1. Grayscale: #5F5F5F. Windows color (decimal): -7974834 or 5132422. OLE color: 5132422.

HSL color Cylindrical-coordinate representation of color #86504E: hue angle of 2.14º 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 #86504E is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1348078-
CMYK00.400.420.47
HSL2.14º26.42%41.57%-
HSV(B)2.14º41.79%52.55%-
XYZ14.0811.368.66-
YUV95.92117.89155.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=45.89%
G=27.40%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134807800.400.420.472.1426.4241.57
Hex86504E0282A2F21a2a
Octal206120116050525723252
Binary100001101010000100111001010001010101011111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86504E; }

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

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

<style>
 a { background-color: #86504E; }

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

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

<style>
 span { border-color: #86504E; }

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

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