#86796D

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

Shades of Americano #86796D

Tints of Americano #86796D

Color information

#86796D (or 0x86796D) is unknown color: approx Americano. HEX triplet: 86, 79 and 6D. RGB value is (134,121,109). Sum of RGB (Red+Green+Blue) = 134+121+109=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #86796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86796D is #798692. Grayscale: #7B7B7B. Windows color (decimal): -7964307 or 7174534. OLE color: 7174534.

HSL color Cylindrical-coordinate representation of color #86796D: hue angle of 28.8º 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 #86796D is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB134121109-
CMYK00.100.190.47
HSL28.8º10.29%47.65%-
HSV(B)28.8º18.66%52.55%-
XYZ19.4319.8517.27-
YUV123.52119.81135.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=36.81%
G=33.24%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412110900.100.190.4728.810.2947.65
Hex86796D0A132F1da30
Octal2061711550122357351260
Binary10000110111100111011010101010011101111111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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