#746039

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

Shades of Yellow Metal #746039

Tints of Yellow Metal #746039

Color information

#746039 (or 0x746039) is unknown color: approx Yellow Metal. HEX triplet: 74, 60 and 39. RGB value is (116,96,57). Sum of RGB (Red+Green+Blue) = 116+96+57=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #746039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746039 is #8B9FC6. Grayscale: #616161. Windows color (decimal): -9150407 or 3760244. OLE color: 3760244.

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

Color convert

RGB1169657-
CMYK00.170.510.55
HSL39.66º34.1%33.92%-
HSV(B)39.66º50.86%45.49%-
XYZ12.1212.375.62-
YUV97.53105.13141.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 57 (22.66% from 255) = 21.19%
R=43.12%
G=35.69%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116965700.170.510.5539.6634.133.92
Hex7460390113337282222
Octal164140710216367504242
Binary11101001100000111001010001110011110111101000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746039; }

 p { color: rgb(116,96,57); }

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

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

 a { background-color: rgb(116,96,57); }

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

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

 span { border-color: rgb(116,96,57); }

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