#766740

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

Shades of Yellow Metal #766740

Tints of Yellow Metal #766740

Color information

#766740 (or 0x766740) is unknown color: approx Yellow Metal. HEX triplet: 76, 67 and 40. RGB value is (118,103,64). Sum of RGB (Red+Green+Blue) = 118+103+64=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766740 is #8998BF. Grayscale: #676767. Windows color (decimal): -9017536 or 4220790. OLE color: 4220790.

HSL color Cylindrical-coordinate representation of color #766740: hue angle of 43.33º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766740 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB11810364-
CMYK00.130.460.54
HSL43.33º29.67%35.69%-
HSV(B)43.33º45.76%46.27%-
XYZ13.2513.926.84-
YUV103.04105.97138.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=41.40%
G=36.14%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181036400.130.460.5443.3329.6735.69
Hex7667400D2E362b1e24
Octal1661471000155666533644
Binary1110110110011110000000110110111011011010101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766740; }

 p { color: rgb(118,103,64); }

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

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

 a { background-color: rgb(118,103,64); }

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

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

 span { border-color: rgb(118,103,64); }

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