#86796E

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

Shades of Americano #86796E

Tints of Americano #86796E

Color information

#86796E (or 0x86796E) is unknown color: approx Americano. HEX triplet: 86, 79 and 6E. RGB value is (134,121,110). Sum of RGB (Red+Green+Blue) = 134+121+110=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #86796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86796E is #798691. Grayscale: #7B7B7B. Windows color (decimal): -7964306 or 7240070. OLE color: 7240070.

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

Color convert

RGB134121110-
CMYK00.100.180.47
HSL27.5º9.84%47.84%-
HSV(B)27.5º17.91%52.55%-
XYZ19.4819.8717.56-
YUV123.63120.31135.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=36.71%
G=33.15%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412111000.100.180.4727.59.8447.84
Hex86796E0A122F1ba30
Octal2061711560122257331260
Binary10000110111100111011100101010010101111110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,121,110); }

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

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

 a { background-color: rgb(134,121,110); }

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

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

 span { border-color: rgb(134,121,110); }

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