#86535C

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

Shades of Cannon Pink #86535C

Tints of Cannon Pink #86535C

Color information

#86535C (or 0x86535C) is unknown color: approx Cannon Pink. HEX triplet: 86, 53 and 5C. RGB value is (134,83,92). Sum of RGB (Red+Green+Blue) = 134+83+92=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #86535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86535C is #79ACA3. Grayscale: #636363. Windows color (decimal): -7974052 or 6050694. OLE color: 6050694.

HSL color Cylindrical-coordinate representation of color #86535C: hue angle of 349.41º 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 #86535C is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1348392-
CMYK00.380.310.47
HSL349.41º23.5%42.55%-
HSV(B)349.41º38.06%52.55%-
XYZ14.8612.0311.66-
YUV99.28123.9152.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=43.37%
G=26.86%
B=29.77%

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
Decimal134839200.380.310.47349.4123.542.55
Hex86535C0261F2F15d182b
Octal20612313404637575353053
Binary100001101010011101110001001101111110111110101110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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