#86807A

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

Shades of Americano #86807A

Tints of Americano #86807A

Color information

#86807A (or 0x86807A) is unknown color: approx Americano. HEX triplet: 86, 80 and 7A. RGB value is (134,128,122). Sum of RGB (Red+Green+Blue) = 134+128+122=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #86807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86807A is #797F85. Grayscale: #818181. Windows color (decimal): -7962502 or 8028294. OLE color: 8028294.

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

Color convert

RGB134128122-
CMYK00.040.090.47
HSL30º4.72%50.2%-
HSV(B)30º8.96%52.55%-
XYZ21.0621.9121.53-
YUV129.11123.99131.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=34.90%
G=33.33%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412812200.040.090.47304.7250.2
Hex86807A0492F1e532
Octal20620017204115736562
Binary100001101000000011110100100100110111111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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