#867870

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

Shades of Americano #867870

Tints of Americano #867870

Color information

#867870 (or 0x867870) is unknown color: approx Americano. HEX triplet: 86, 78 and 70. RGB value is (134,120,112). Sum of RGB (Red+Green+Blue) = 134+120+112=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #867870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867870 is #79878F. Grayscale: #7B7B7B. Windows color (decimal): -7964560 or 7370886. OLE color: 7370886.

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

Color convert

RGB134120112-
CMYK00.100.160.47
HSL21.82º8.94%48.24%-
HSV(B)21.82º16.42%52.55%-
XYZ19.4719.6718.1-
YUV123.27121.64135.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=36.61%
G=32.79%
B=30.60%

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
Decimal13412011200.100.160.4721.828.9448.24
Hex8678700A102F16930
Octal2061701600122057261160
Binary10000110111100011100000101010000101111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867870; }

 p { color: rgb(134,120,112); }

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

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

 a { background-color: rgb(134,120,112); }

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

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

 span { border-color: rgb(134,120,112); }

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