#86766D

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

Shades of Americano #86766D

Tints of Americano #86766D

Color information

#86766D (or 0x86766D) is unknown color: approx Americano. HEX triplet: 86, 76 and 6D. RGB value is (134,118,109). Sum of RGB (Red+Green+Blue) = 134+118+109=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #86766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86766D is #798992. Grayscale: #797979. Windows color (decimal): -7965075 or 7173766. OLE color: 7173766.

HSL color Cylindrical-coordinate representation of color #86766D: hue angle of 21.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86766D is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB134118109-
CMYK00.120.190.47
HSL21.6º10.29%47.65%-
HSV(B)21.6º18.66%52.55%-
XYZ19.0719.1317.16-
YUV121.76120.8136.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=37.12%
G=32.69%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411810900.120.190.4721.610.2947.65
Hex86766D0C132F16a30
Octal2061661550142357261260
Binary10000110111011011011010110010011101111101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86766D; }

 p { color: rgb(134,118,109); }

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

<style>
 a { background-color: #86766D; }

 a { background-color: rgb(134,118,109); }

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

<style>
 span { border-color: #86766D; }

 span { border-color: rgb(134,118,109); }

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