#847A6F

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

Shades of Americano #847A6F

Tints of Americano #847A6F

Color information

#847A6F (or 0x847A6F) is unknown color: approx Americano. HEX triplet: 84, 7A and 6F. RGB value is (132,122,111). Sum of RGB (Red+Green+Blue) = 132+122+111=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #847A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A6F is #7B8590. Grayscale: #7B7B7B. Windows color (decimal): -8095121 or 7305860. OLE color: 7305860.

HSL color Cylindrical-coordinate representation of color #847A6F: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #847A6F is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB132122111-
CMYK00.080.160.48
HSL31.43º8.64%47.65%-
HSV(B)31.43º15.91%51.76%-
XYZ19.3419.9717.87-
YUV123.74120.81133.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=36.16%
G=33.42%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212211100.080.160.4831.438.6447.65
Hex847A6F0810301f930
Octal2041721570102060371160
Binary10000100111101011011110100010000110000111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847A6F; }

 p { color: rgb(132,122,111); }

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

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

 a { background-color: rgb(132,122,111); }

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

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

 span { border-color: rgb(132,122,111); }

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