#917E70

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

Shades of Americano #917E70

Tints of Americano #917E70

Color information

#917E70 (or 0x917E70) is unknown color: approx Americano. HEX triplet: 91, 7E and 70. RGB value is (145,126,112). Sum of RGB (Red+Green+Blue) = 145+126+112=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #917E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E70 is #6E818F. Grayscale: #828282. Windows color (decimal): -7242128 or 7372433. OLE color: 7372433.

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

Color convert

RGB145126112-
CMYK00.130.230.43
HSL25.45º13.04%50.39%-
HSV(B)25.45º22.76%56.86%-
XYZ22.0622.1118.43-
YUV130.08117.79138.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=37.86%
G=32.90%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512611200.130.230.4325.4513.0450.39
Hex917E700D172B19d32
Octal2211761600152753311562
Binary10010001111111011100000110110111101011110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,126,112); }

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

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

 a { background-color: rgb(145,126,112); }

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

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

 span { border-color: rgb(145,126,112); }

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