#917D6F

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

Shades of Americano #917D6F

Tints of Americano #917D6F

Color information

#917D6F (or 0x917D6F) is unknown color: approx Americano. HEX triplet: 91, 7D and 6F. RGB value is (145,125,111). Sum of RGB (Red+Green+Blue) = 145+125+111=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #917D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D6F is #6E8290. Grayscale: #818181. Windows color (decimal): -7242385 or 7306641. OLE color: 7306641.

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

Color convert

RGB145125111-
CMYK00.140.230.43
HSL24.71º13.39%50.2%-
HSV(B)24.71º23.45%56.86%-
XYZ21.8821.8318.1-
YUV129.38117.63139.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=38.06%
G=32.81%
B=29.13%

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
Decimal14512511100.140.230.4324.7113.3950.2
Hex917D6F0E172B19d32
Octal2211751570162753311562
Binary10010001111110111011110111010111101011110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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