#8B7B6D

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

Shades of Americano #8B7B6D

Tints of Americano #8B7B6D

Color information

#8B7B6D (or 0x8B7B6D) is unknown color: approx Americano. HEX triplet: 8B, 7B and 6D. RGB value is (139,123,109). Sum of RGB (Red+Green+Blue) = 139+123+109=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B6D is #748492. Grayscale: #7E7E7E. Windows color (decimal): -7636115 or 7175051. OLE color: 7175051.

HSL color Cylindrical-coordinate representation of color #8B7B6D: hue angle of 28º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B7B6D is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB139123109-
CMYK00.120.220.45
HSL28º12.1%48.63%-
HSV(B)28º21.58%54.51%-
XYZ20.4920.7617.39-
YUV126.19118.3137.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=37.47%
G=33.15%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912310900.120.220.452812.148.63
Hex8B7B6D0C162D1cc31
Octal2131731550142655341461
Binary10001011111101111011010110010110101101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7B6D; }

 p { color: rgb(139,123,109); }

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

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

 a { background-color: rgb(139,123,109); }

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

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

 span { border-color: rgb(139,123,109); }

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