#84796E

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

Shades of Americano #84796E

Tints of Americano #84796E

Color information

#84796E (or 0x84796E) is unknown color: approx Americano. HEX triplet: 84, 79 and 6E. RGB value is (132,121,110). Sum of RGB (Red+Green+Blue) = 132+121+110=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #84796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84796E is #7B8691. Grayscale: #7B7B7B. Windows color (decimal): -8095378 or 7240068. OLE color: 7240068.

HSL color Cylindrical-coordinate representation of color #84796E: hue angle of 30º 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 #84796E is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132121110-
CMYK00.080.170.48
HSL30º9.09%47.45%-
HSV(B)30º16.67%51.76%-
XYZ19.1719.7117.55-
YUV123.04120.64134.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=36.36%
G=33.33%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212111000.080.170.48309.0947.45
Hex84796E0811301e92f
Octal2041711560102160361157
Binary10000100111100111011100100010001110000111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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