#86807B

Color #86807B Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #86807B

Tints of Americano #86807B

Color information

#86807B (or 0x86807B) is unknown color: approx Americano. HEX triplet: 86, 80 and 7B. RGB value is (134,128,123). Sum of RGB (Red+Green+Blue) = 134+128+123=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #86807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86807B is #797F84. Grayscale: #818181. Windows color (decimal): -7962501 or 8093830. OLE color: 8093830.

HSL color Cylindrical-coordinate representation of color #86807B: hue angle of 27.27º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #86807B is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB134128123-
CMYK00.040.080.47
HSL27.27º4.35%50.39%-
HSV(B)27.27º8.21%52.55%-
XYZ21.1321.9421.86-
YUV129.22124.49131.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=34.81%
G=33.25%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412812300.040.080.4727.274.3550.39
Hex86807B0482F1b432
Octal20620017304105733462
Binary100001101000000011110110100100010111111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86807B; }

 p { color: rgb(134,128,123); }

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

<style>
 a { background-color: #86807B; }

 a { background-color: rgb(134,128,123); }

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

<style>
 span { border-color: #86807B; }

 span { border-color: rgb(134,128,123); }

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