#865654

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

Shades of Lotus #865654

Tints of Lotus #865654

Color information

#865654 (or 0x865654) is unknown color: approx Lotus. HEX triplet: 86, 56 and 54. RGB value is (134,86,84). Sum of RGB (Red+Green+Blue) = 134+86+84=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #865654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865654 is #79A9AB. Grayscale: #646464. Windows color (decimal): -7973292 or 5527174. OLE color: 5527174.

HSL color Cylindrical-coordinate representation of color #865654: hue angle of 2.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865654 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1348684-
CMYK00.360.370.47
HSL2.4º22.94%42.75%-
HSV(B)2.4º37.31%52.55%-
XYZ14.7612.3610-
YUV100.12118.9152.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 84 (33.20% from 255) = 27.63%
R=44.08%
G=28.29%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134868400.360.370.472.422.9442.75
Hex865654024252F2172b
Octal206126124044455722753
Binary100001101010110101010001001001001011011111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865654; }

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

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

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

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

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

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

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

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