#86535D

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

Shades of Cannon Pink #86535D

Tints of Cannon Pink #86535D

Color information

#86535D (or 0x86535D) is unknown color: approx Cannon Pink. HEX triplet: 86, 53 and 5D. RGB value is (134,83,93). Sum of RGB (Red+Green+Blue) = 134+83+93=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86535D is #79ACA2. Grayscale: #636363. Windows color (decimal): -7974051 or 6116230. OLE color: 6116230.

HSL color Cylindrical-coordinate representation of color #86535D: hue angle of 348.24º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86535D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1348393-
CMYK00.380.310.47
HSL348.24º23.5%42.55%-
HSV(B)348.24º38.06%52.55%-
XYZ14.912.0511.9-
YUV99.39124.4152.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 93 (36.72% from 255) = 30%
R=43.23%
G=26.77%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134839300.380.310.47348.2423.542.55
Hex86535D0261F2F15c182b
Octal20612313504637575343053
Binary100001101010011101110101001101111110111110101110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86535D; }

 p { color: rgb(134,83,93); }

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

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

 a { background-color: rgb(134,83,93); }

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

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

 span { border-color: rgb(134,83,93); }

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