#895657

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

Shades of Solid Pink #895657

Tints of Solid Pink #895657

Color information

#895657 (or 0x895657) is unknown color: approx Solid Pink. HEX triplet: 89, 56 and 57. RGB value is (137,86,87). Sum of RGB (Red+Green+Blue) = 137+86+87=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #895657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895657 is #76A9A8. Grayscale: #656565. Windows color (decimal): -7776681 or 5723785. OLE color: 5723785.

HSL color Cylindrical-coordinate representation of color #895657: hue angle of 358.82º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895657 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1378687-
CMYK00.370.360.46
HSL358.82º22.87%43.73%-
HSV(B)358.82º37.23%53.73%-
XYZ15.3612.6610.65-
YUV101.36119.9153.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 87 (34.38% from 255) = 28.06%
R=44.19%
G=27.74%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137868700.370.360.46358.8222.8743.73
Hex895657025242E167172c
Octal21112612704544565472754
Binary1000100110101101010111010010110010010111010110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895657; }

 p { color: rgb(137,86,87); }

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

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

 a { background-color: rgb(137,86,87); }

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

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

 span { border-color: rgb(137,86,87); }

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