#875654

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

Shades of Lotus #875654

Tints of Lotus #875654

Color information

#875654 (or 0x875654) is unknown color: approx Lotus. HEX triplet: 87, 56 and 54. RGB value is (135,86,84). Sum of RGB (Red+Green+Blue) = 135+86+84=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875654 is #78A9AB. Grayscale: #646464. Windows color (decimal): -7907756 or 5527175. OLE color: 5527175.

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

Color convert

RGB1358684-
CMYK00.360.380.47
HSL2.35º23.29%42.94%-
HSV(B)2.35º37.78%52.94%-
XYZ14.9212.4510-
YUV100.42118.73152.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=44.26%
G=28.20%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135868400.360.380.472.3523.2942.94
Hex875654024262F2172b
Octal207126124044465722753
Binary100001111010110101010001001001001101011111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875654; }

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

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

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

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

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

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

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

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