#867C73

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

Shades of Americano #867C73

Tints of Americano #867C73

Color information

#867C73 (or 0x867C73) is unknown color: approx Americano. HEX triplet: 86, 7C and 73. RGB value is (134,124,115). Sum of RGB (Red+Green+Blue) = 134+124+115=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #867C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C73 is #79838C. Grayscale: #7E7E7E. Windows color (decimal): -7963533 or 7568518. OLE color: 7568518.

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

Color convert

RGB134124115-
CMYK00.070.140.47
HSL28.42º7.63%48.82%-
HSV(B)28.42º14.18%52.55%-
XYZ20.1320.7219.16-
YUV125.96121.81133.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=35.92%
G=33.24%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412411500.070.140.4728.427.6348.82
Hex867C7307E2F1c831
Octal206174163071657341061
Binary100001101111100111001101111110101111111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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