#865659

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

Shades of Solid Pink #865659

Tints of Solid Pink #865659

Color information

#865659 (or 0x865659) is unknown color: approx Solid Pink. HEX triplet: 86, 56 and 59. RGB value is (134,86,89). Sum of RGB (Red+Green+Blue) = 134+86+89=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #865659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865659 is #79A9A6. Grayscale: #646464. Windows color (decimal): -7973287 or 5854854. OLE color: 5854854.

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

Color convert

RGB1348689-
CMYK00.360.340.47
HSL356.25º21.82%43.14%-
HSV(B)356.25º35.82%52.55%-
XYZ14.9612.4511.06-
YUV100.69121.4151.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=43.37%
G=27.83%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134868900.360.340.47356.2521.8243.14
Hex865659024222F164162b
Octal20612613104442575442653
Binary1000011010101101011001010010010001010111110110010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865659; }

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

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

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

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

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

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

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

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