#865667

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

Shades of Cannon Pink #865667

Tints of Cannon Pink #865667

Color information

#865667 (or 0x865667) is unknown color: approx Cannon Pink. HEX triplet: 86, 56 and 67. RGB value is (134,86,103). Sum of RGB (Red+Green+Blue) = 134+86+103=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #865667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865667 is #79A998. Grayscale: #666666. Windows color (decimal): -7973273 or 6772358. OLE color: 6772358.

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

Color convert

RGB13486103-
CMYK00.360.230.47
HSL338.75º21.82%43.14%-
HSV(B)338.75º35.82%52.55%-
XYZ15.6112.714.46-
YUV102.29128.4150.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=41.49%
G=26.63%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348610300.360.230.47338.7521.8243.14
Hex865667024172F153162b
Octal20612614704427575232653
Binary100001101010110110011101001001011110111110101001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865667; }

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

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

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

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

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

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

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

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