#86495E

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

Shades of Cannon Pink #86495E

Tints of Cannon Pink #86495E

Color information

#86495E (or 0x86495E) is unknown color: approx Cannon Pink. HEX triplet: 86, 49 and 5E. RGB value is (134,73,94). Sum of RGB (Red+Green+Blue) = 134+73+94=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #86495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86495E is #79B6A1. Grayscale: #5D5D5D. Windows color (decimal): -7976610 or 6179206. OLE color: 6179206.

HSL color Cylindrical-coordinate representation of color #86495E: hue angle of 339.34º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86495E is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1347394-
CMYK00.460.300.47
HSL339.34º29.47%40.59%-
HSV(B)339.34º45.52%52.55%-
XYZ14.2310.6411.89-
YUV93.63128.21156.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=44.52%
G=24.25%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134739400.460.300.47339.3429.4740.59
Hex86495E02E1E2F1531d29
Octal20611113605636575233551
Binary100001101001001101111001011101111010111110101001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86495E; }

 p { color: rgb(134,73,94); }

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

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

 a { background-color: rgb(134,73,94); }

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

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

 span { border-color: rgb(134,73,94); }

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