#867C71

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

Shades of Americano #867C71

Tints of Americano #867C71

Color information

#867C71 (or 0x867C71) is unknown color: approx Americano. HEX triplet: 86, 7C and 71. RGB value is (134,124,113). Sum of RGB (Red+Green+Blue) = 134+124+113=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #867C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C71 is #79838E. Grayscale: #7D7D7D. Windows color (decimal): -7963535 or 7437446. OLE color: 7437446.

HSL color Cylindrical-coordinate representation of color #867C71: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867C71 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB134124113-
CMYK00.070.160.47
HSL31.43º8.5%48.43%-
HSV(B)31.43º15.67%52.55%-
XYZ20.0220.6818.56-
YUV125.74120.81133.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=36.12%
G=33.42%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412411300.070.160.4731.438.548.43
Hex867C7107102F1f930
Octal206174161072057371160
Binary1000011011111001110001011110000101111111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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