#875655

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

Shades of Lotus #875655

Tints of Lotus #875655

Color information

#875655 (or 0x875655) is unknown color: approx Lotus. HEX triplet: 87, 56 and 55. RGB value is (135,86,85). Sum of RGB (Red+Green+Blue) = 135+86+85=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #875655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875655 is #78A9AA. Grayscale: #646464. Windows color (decimal): -7907755 or 5592711. OLE color: 5592711.

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

Color convert

RGB1358685-
CMYK00.360.370.47
HSL1.2º22.73%43.14%-
HSV(B)1.2º37.04%52.94%-
XYZ14.9612.4610.21-
YUV100.54119.23152.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=44.12%
G=28.10%
B=27.78%

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
Decimal135868500.360.370.471.222.7343.14
Hex875655024252F1172b
Octal207126125044455712753
Binary10000111101011010101010100100100101101111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875655; }

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

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

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

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

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

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

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

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