#815655

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

Shades of Lotus #815655

Tints of Lotus #815655

Color information

#815655 (or 0x815655) is unknown color: approx Lotus. HEX triplet: 81, 56 and 55. RGB value is (129,86,85). Sum of RGB (Red+Green+Blue) = 129+86+85=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #815655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815655 is #7EA9AA. Grayscale: #626262. Windows color (decimal): -8300971 or 5592705. OLE color: 5592705.

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

Color convert

RGB1298685-
CMYK00.330.340.49
HSL1.36º20.56%41.96%-
HSV(B)1.36º34.11%50.59%-
XYZ14.0211.9810.17-
YUV98.74120.25149.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=43%
G=28.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129868500.330.340.491.3620.5641.96
Hex81565502122311152a
Octal201126125041426112552
Binary10000001101011010101010100001100010110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815655; }

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

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

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

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

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

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

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

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