#895659

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

Shades of Solid Pink #895659

Tints of Solid Pink #895659

Color information

#895659 (or 0x895659) is unknown color: approx Solid Pink. HEX triplet: 89, 56 and 59. RGB value is (137,86,89). Sum of RGB (Red+Green+Blue) = 137+86+89=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #895659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895659 is #76A9A6. Grayscale: #656565. Windows color (decimal): -7776679 or 5854857. OLE color: 5854857.

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

Color convert

RGB1378689-
CMYK00.370.350.46
HSL356.47º22.87%43.73%-
HSV(B)356.47º37.23%53.73%-
XYZ15.4512.711.09-
YUV101.59120.9153.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.91%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 89 (35.16% from 255) = 28.53%
R=43.91%
G=27.56%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137868900.370.350.46356.4722.8743.73
Hex895659025232E164172c
Octal21112613104543565442754
Binary1000100110101101011001010010110001110111010110010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895659; }

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

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

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

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

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

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

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

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