#865767

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

Shades of Cannon Pink #865767

Tints of Cannon Pink #865767

Color information

#865767 (or 0x865767) is unknown color: approx Cannon Pink. HEX triplet: 86, 57 and 67. RGB value is (134,87,103). Sum of RGB (Red+Green+Blue) = 134+87+103=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #865767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865767 is #79A898. Grayscale: #666666. Windows color (decimal): -7973017 or 6772614. OLE color: 6772614.

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

Color convert

RGB13487103-
CMYK00.350.230.47
HSL339.57º21.27%43.33%-
HSV(B)339.57º35.07%52.55%-
XYZ15.6912.8614.49-
YUV102.88128.07150.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=41.36%
G=26.85%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348710300.350.230.47339.5721.2743.33
Hex865767023172F154152b
Octal20612714704327575242553
Binary100001101010111110011101000111011110111110101010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865767; }

 p { color: rgb(134,87,103); }

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

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

 a { background-color: rgb(134,87,103); }

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

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

 span { border-color: rgb(134,87,103); }

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