#864D61

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

Shades of Cannon Pink #864D61

Tints of Cannon Pink #864D61

Color information

#864D61 (or 0x864D61) is unknown color: approx Cannon Pink. HEX triplet: 86, 4D and 61. RGB value is (134,77,97). Sum of RGB (Red+Green+Blue) = 134+77+97=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #864D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D61 is #79B29E. Grayscale: #606060. Windows color (decimal): -7975583 or 6376838. OLE color: 6376838.

HSL color Cylindrical-coordinate representation of color #864D61: hue angle of 338.95º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864D61 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1347797-
CMYK00.430.280.47
HSL338.95º27.01%41.37%-
HSV(B)338.95º42.54%52.55%-
XYZ14.6411.2412.71-
YUV96.32128.38154.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=43.51%
G=25%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134779700.430.280.47338.9527.0141.37
Hex864D6102B1C2F1531b29
Octal20611514105334575233351
Binary100001101001101110000101010111110010111110101001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864D61; }

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

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

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

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

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

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

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

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