#864F5B

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

Shades of Cannon Pink #864F5B

Tints of Cannon Pink #864F5B

Color information

#864F5B (or 0x864F5B) is unknown color: approx Cannon Pink. HEX triplet: 86, 4F and 5B. RGB value is (134,79,91). Sum of RGB (Red+Green+Blue) = 134+79+91=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #864F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864F5B is #79B0A4. Grayscale: #606060. Windows color (decimal): -7975077 or 5984134. OLE color: 5984134.

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

Color convert

RGB1347991-
CMYK00.410.320.47
HSL346.91º25.82%41.76%-
HSV(B)346.91º41.04%52.55%-
XYZ14.5211.4211.34-
YUV96.81124.72154.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=44.08%
G=25.99%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134799100.410.320.47346.9125.8241.76
Hex864F5B029202F15b1a2a
Octal20611713305140575333252
Binary1000011010011111011011010100110000010111110101101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,79,91); }

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

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

 a { background-color: rgb(134,79,91); }

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

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

 span { border-color: rgb(134,79,91); }

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