#805654

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

Shades of Lotus #805654

Tints of Lotus #805654

Color information

#805654 (or 0x805654) is unknown color: approx Lotus. HEX triplet: 80, 56 and 54. RGB value is (128,86,84). Sum of RGB (Red+Green+Blue) = 128+86+84=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #805654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805654 is #7FA9AB. Grayscale: #626262. Windows color (decimal): -8366508 or 5527168. OLE color: 5527168.

HSL color Cylindrical-coordinate representation of color #805654: hue angle of 2.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805654 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1288684-
CMYK00.330.340.50
HSL2.73º20.75%41.57%-
HSV(B)2.73º34.38%50.2%-
XYZ13.8311.889.95-
YUV98.33119.91149.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 84 (33.20% from 255) = 28.19%
R=42.95%
G=28.86%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128868400.330.340.502.7320.7541.57
Hex80565402122323152a
Octal200126124041426232552
Binary100000001010110101010001000011000101100101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805654; }

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

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

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

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

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

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

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

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