#917B6E

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

Shades of Americano #917B6E

Tints of Americano #917B6E

Color information

#917B6E (or 0x917B6E) is unknown color: approx Americano. HEX triplet: 91, 7B and 6E. RGB value is (145,123,110). Sum of RGB (Red+Green+Blue) = 145+123+110=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #917B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B6E is #6E8491. Grayscale: #808080. Windows color (decimal): -7242898 or 7240593. OLE color: 7240593.

HSL color Cylindrical-coordinate representation of color #917B6E: hue angle of 22.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #917B6E is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB145123110-
CMYK00.150.240.43
HSL22.29º13.73%50%-
HSV(B)22.29º24.14%56.86%-
XYZ21.5721.3117.73-
YUV128.1117.79140.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=38.36%
G=32.54%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512311000.150.240.4322.2913.7350
Hex917B6E0F182B16e32
Octal2211731560173053261662
Binary10010001111101111011100111111000101011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917B6E; }

 p { color: rgb(145,123,110); }

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

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

 a { background-color: rgb(145,123,110); }

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

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

 span { border-color: rgb(145,123,110); }

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