#86495F

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

Shades of Cannon Pink #86495F

Tints of Cannon Pink #86495F

Color information

#86495F (or 0x86495F) is unknown color: approx Cannon Pink. HEX triplet: 86, 49 and 5F. RGB value is (134,73,95). Sum of RGB (Red+Green+Blue) = 134+73+95=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #86495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86495F is #79B6A0. Grayscale: #5D5D5D. Windows color (decimal): -7976609 or 6244742. OLE color: 6244742.

HSL color Cylindrical-coordinate representation of color #86495F: hue angle of 338.36º 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 #86495F is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1347395-
CMYK00.460.290.47
HSL338.36º29.47%40.59%-
HSV(B)338.36º45.52%52.55%-
XYZ14.2810.6612.13-
YUV93.75128.71156.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=44.37%
G=24.17%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134739500.460.290.47338.3629.4740.59
Hex86495F02E1D2F1521d29
Octal20611113705635575223551
Binary100001101001001101111101011101110110111110101001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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