#867971

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

Shades of Americano #867971

Tints of Americano #867971

Color information

#867971 (or 0x867971) is unknown color: approx Americano. HEX triplet: 86, 79 and 71. RGB value is (134,121,113). Sum of RGB (Red+Green+Blue) = 134+121+113=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867971 is #79868E. Grayscale: #7C7C7C. Windows color (decimal): -7964303 or 7436678. OLE color: 7436678.

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

Color convert

RGB134121113-
CMYK00.100.160.47
HSL22.86º8.5%48.43%-
HSV(B)22.86º15.67%52.55%-
XYZ19.6519.9418.44-
YUV123.98121.81135.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=36.41%
G=32.88%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412111300.100.160.4722.868.548.43
Hex8679710A102F17930
Octal2061711610122057271160
Binary10000110111100111100010101010000101111101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867971; }

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

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

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

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

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

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

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

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