#86544E

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

Shades of Lotus #86544E

Tints of Lotus #86544E

Color information

#86544E (or 0x86544E) is unknown color: approx Lotus. HEX triplet: 86, 54 and 4E. RGB value is (134,84,78). Sum of RGB (Red+Green+Blue) = 134+84+78=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86544E is #79ABB1. Grayscale: #626262. Windows color (decimal): -7973810 or 5133446. OLE color: 5133446.

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

Color convert

RGB1348478-
CMYK00.370.420.47
HSL6.43º26.42%41.57%-
HSV(B)6.43º41.79%52.55%-
XYZ14.3811.968.76-
YUV98.27116.56153.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=45.27%
G=28.38%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134847800.370.420.476.4326.4241.57
Hex86544E0252A2F61a2a
Octal206124116045525763252
Binary1000011010101001001110010010110101010111111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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