#867C6F

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

Shades of Americano #867C6F

Tints of Americano #867C6F

Color information

#867C6F (or 0x867C6F) is unknown color: approx Americano. HEX triplet: 86, 7C and 6F. RGB value is (134,124,111). Sum of RGB (Red+Green+Blue) = 134+124+111=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 134 - color contains mainly: red. Hex color #867C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C6F is #798390. Grayscale: #7D7D7D. Windows color (decimal): -7963537 or 7306374. OLE color: 7306374.

HSL color Cylindrical-coordinate representation of color #867C6F: hue angle of 33.91º 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 #867C6F is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB134124111-
CMYK00.070.170.47
HSL33.91º9.39%48.04%-
HSV(B)33.91º17.16%52.55%-
XYZ19.9120.6317.97-
YUV125.51119.81134.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=36.31%
G=33.60%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412411100.070.170.4733.919.3948.04
Hex867C6F07112F22930
Octal206174157072157421160
Binary10000110111110011011110111100011011111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867C6F; }

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

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

<style>
 a { background-color: #867C6F; }

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

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

<style>
 span { border-color: #867C6F; }

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

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