#746940

Color #746940 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #746940

Tints of Yellow Metal #746940

Color information

#746940 (or 0x746940) is unknown color: approx Yellow Metal. HEX triplet: 74, 69 and 40. RGB value is (116,105,64). Sum of RGB (Red+Green+Blue) = 116+105+64=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746940 is #8B96BF. Grayscale: #676767. Windows color (decimal): -9148096 or 4221300. OLE color: 4221300.

HSL color Cylindrical-coordinate representation of color #746940: hue angle of 47.31º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746940 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB11610564-
CMYK00.090.450.55
HSL47.31º28.89%35.29%-
HSV(B)47.31º44.83%45.49%-
XYZ13.1814.196.89-
YUV103.62105.64136.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=40.70%
G=36.84%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161056400.090.450.5547.3128.8935.29
Hex746940092D372f1d23
Octal1641511000115567573543
Binary1110100110100110000000100110110111011110111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746940; }

 p { color: rgb(116,105,64); }

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

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

 a { background-color: rgb(116,105,64); }

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

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

 span { border-color: rgb(116,105,64); }

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