#815654

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

Shades of Lotus #815654

Tints of Lotus #815654

Color information

#815654 (or 0x815654) is unknown color: approx Lotus. HEX triplet: 81, 56 and 54. RGB value is (129,86,84). Sum of RGB (Red+Green+Blue) = 129+86+84=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #815654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815654 is #7EA9AB. Grayscale: #626262. Windows color (decimal): -8300972 or 5527169. OLE color: 5527169.

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

Color convert

RGB1298684-
CMYK00.330.350.49
HSL2.67º21.13%41.76%-
HSV(B)2.67º34.88%50.59%-
XYZ13.9811.969.96-
YUV98.63119.75149.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=43.14%
G=28.76%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129868400.330.350.492.6721.1341.76
Hex81565402123313152a
Octal201126124041436132552
Binary100000011010110101010001000011000111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815654; }

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

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

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

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

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

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

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

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