#86786F

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

Shades of Americano #86786F

Tints of Americano #86786F

Color information

#86786F (or 0x86786F) is unknown color: approx Americano. HEX triplet: 86, 78 and 6F. RGB value is (134,120,111). Sum of RGB (Red+Green+Blue) = 134+120+111=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #86786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86786F is #798790. Grayscale: #7B7B7B. Windows color (decimal): -7964561 or 7305350. OLE color: 7305350.

HSL color Cylindrical-coordinate representation of color #86786F: hue angle of 23.48º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86786F is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB134120111-
CMYK00.100.170.47
HSL23.48º9.39%48.04%-
HSV(B)23.48º17.16%52.55%-
XYZ19.4219.6517.81-
YUV123.16121.14135.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=36.71%
G=32.88%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412011100.100.170.4723.489.3948.04
Hex86786F0A112F17930
Octal2061701570122157271160
Binary10000110111100011011110101010001101111101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86786F; }

 p { color: rgb(134,120,111); }

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

<style>
 a { background-color: #86786F; }

 a { background-color: rgb(134,120,111); }

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

<style>
 span { border-color: #86786F; }

 span { border-color: rgb(134,120,111); }

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