#86595B

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

Shades of Solid Pink #86595B

Tints of Solid Pink #86595B

Color information

#86595B (or 0x86595B) is unknown color: approx Solid Pink. HEX triplet: 86, 59 and 5B. RGB value is (134,89,91). Sum of RGB (Red+Green+Blue) = 134+89+91=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86595B is #79A6A4. Grayscale: #666666. Windows color (decimal): -7972517 or 5986694. OLE color: 5986694.

HSL color Cylindrical-coordinate representation of color #86595B: hue angle of 357.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86595B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1348991-
CMYK00.340.320.47
HSL357.33º20.18%43.73%-
HSV(B)357.33º33.58%52.55%-
XYZ15.2912.9711.59-
YUV102.68121.41150.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=42.68%
G=28.34%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134899100.340.320.47357.3320.1843.73
Hex86595B022202F165142c
Octal20613113304240575452454
Binary1000011010110011011011010001010000010111110110010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86595B; }

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

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

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

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

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

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

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

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