#865661

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

Shades of Cannon Pink #865661

Tints of Cannon Pink #865661

Color information

#865661 (or 0x865661) is unknown color: approx Cannon Pink. HEX triplet: 86, 56 and 61. RGB value is (134,86,97). Sum of RGB (Red+Green+Blue) = 134+86+97=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #865661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865661 is #79A99E. Grayscale: #656565. Windows color (decimal): -7973279 or 6379142. OLE color: 6379142.

HSL color Cylindrical-coordinate representation of color #865661: hue angle of 346.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 #865661 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1348697-
CMYK00.360.280.47
HSL346.25º21.82%43.14%-
HSV(B)346.25º35.82%52.55%-
XYZ15.3212.5912.93-
YUV101.61125.4151.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=42.27%
G=27.13%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134869700.360.280.47346.2521.8243.14
Hex8656610241C2F15a162b
Octal20612614104434575322653
Binary100001101010110110000101001001110010111110101101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865661; }

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

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

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

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

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

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

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

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