#917C6F

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

Shades of Americano #917C6F

Tints of Americano #917C6F

Color information

#917C6F (or 0x917C6F) is unknown color: approx Americano. HEX triplet: 91, 7C and 6F. RGB value is (145,124,111). Sum of RGB (Red+Green+Blue) = 145+124+111=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #917C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C6F is #6E8390. Grayscale: #808080. Windows color (decimal): -7242641 or 7306385. OLE color: 7306385.

HSL color Cylindrical-coordinate representation of color #917C6F: hue angle of 22.94º 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 #917C6F is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145124111-
CMYK00.140.230.43
HSL22.94º13.39%50.2%-
HSV(B)22.94º23.45%56.86%-
XYZ21.7521.5818.06-
YUV128.8117.96139.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=38.16%
G=32.63%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512411100.140.230.4322.9413.3950.2
Hex917C6F0E172B17d32
Octal2211741570162753271562
Binary10010001111110011011110111010111101011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,111); }

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

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

 a { background-color: rgb(145,124,111); }

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

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

 span { border-color: rgb(145,124,111); }

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