#84766E

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

Shades of Americano #84766E

Tints of Americano #84766E

Color information

#84766E (or 0x84766E) is unknown color: approx Americano. HEX triplet: 84, 76 and 6E. RGB value is (132,118,110). Sum of RGB (Red+Green+Blue) = 132+118+110=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #84766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84766E is #7B8991. Grayscale: #797979. Windows color (decimal): -8096146 or 7239300. OLE color: 7239300.

HSL color Cylindrical-coordinate representation of color #84766E: hue angle of 21.82º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84766E is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132118110-
CMYK00.110.170.48
HSL21.82º9.09%47.45%-
HSV(B)21.82º16.67%51.76%-
XYZ18.8118.9917.43-
YUV121.27121.64135.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=36.67%
G=32.78%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211811000.110.170.4821.829.0947.45
Hex84766E0B11301692f
Octal2041661560132160261157
Binary10000100111011011011100101110001110000101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84766E; }

 p { color: rgb(132,118,110); }

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

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

 a { background-color: rgb(132,118,110); }

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

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

 span { border-color: rgb(132,118,110); }

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