#86535E

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

Shades of Cannon Pink #86535E

Tints of Cannon Pink #86535E

Color information

#86535E (or 0x86535E) is unknown color: approx Cannon Pink. HEX triplet: 86, 53 and 5E. RGB value is (134,83,94). Sum of RGB (Red+Green+Blue) = 134+83+94=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86535E is #79ACA1. Grayscale: #636363. Windows color (decimal): -7974050 or 6181766. OLE color: 6181766.

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

Color convert

RGB1348394-
CMYK00.380.300.47
HSL347.06º23.5%42.55%-
HSV(B)347.06º38.06%52.55%-
XYZ14.9512.0612.13-
YUV99.5124.9152.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=43.09%
G=26.69%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134839400.380.300.47347.0623.542.55
Hex86535E0261E2F15b182b
Octal20612313604636575333053
Binary100001101010011101111001001101111010111110101101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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