#86555F

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

Shades of Cannon Pink #86555F

Tints of Cannon Pink #86555F

Color information

#86555F (or 0x86555F) is unknown color: approx Cannon Pink. HEX triplet: 86, 55 and 5F. RGB value is (134,85,95). Sum of RGB (Red+Green+Blue) = 134+85+95=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86555F is #79AAA0. Grayscale: #646464. Windows color (decimal): -7973537 or 6247814. OLE color: 6247814.

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

Color convert

RGB1348595-
CMYK00.370.290.47
HSL347.76º22.37%42.94%-
HSV(B)347.76º36.57%52.55%-
XYZ15.1512.3912.42-
YUV100.79124.73151.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=42.68%
G=27.07%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134859500.370.290.47347.7622.3742.94
Hex86555F0251D2F15c162b
Octal20612513704535575342653
Binary100001101010101101111101001011110110111110101110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86555F; }

 p { color: rgb(134,85,95); }

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

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

 a { background-color: rgb(134,85,95); }

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

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

 span { border-color: rgb(134,85,95); }

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