#86756C

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

Shades of Americano #86756C

Tints of Americano #86756C

Color information

#86756C (or 0x86756C) is unknown color: approx Americano. HEX triplet: 86, 75 and 6C. RGB value is (134,117,108). Sum of RGB (Red+Green+Blue) = 134+117+108=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86756C is #798A93. Grayscale: #797979. Windows color (decimal): -7965332 or 7107974. OLE color: 7107974.

HSL color Cylindrical-coordinate representation of color #86756C: hue angle of 20.77º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86756C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB134117108-
CMYK00.130.190.47
HSL20.77º10.74%47.45%-
HSV(B)20.77º19.4%52.55%-
XYZ18.918.8716.83-
YUV121.06120.63137.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=37.33%
G=32.59%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411710800.130.190.4720.7710.7447.45
Hex86756C0D132F15b2f
Octal2061651540152357251357
Binary10000110111010111011000110110011101111101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86756C; }

 p { color: rgb(134,117,108); }

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

<style>
 a { background-color: #86756C; }

 a { background-color: rgb(134,117,108); }

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

<style>
 span { border-color: #86756C; }

 span { border-color: rgb(134,117,108); }

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