#7A6D3C

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

Shades of Yellow Metal #7A6D3C

Tints of Yellow Metal #7A6D3C

Color information

#7A6D3C (or 0x7A6D3C) is unknown color: approx Yellow Metal. HEX triplet: 7A, 6D and 3C. RGB value is (122,109,60). Sum of RGB (Red+Green+Blue) = 122+109+60=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6D3C is #8592C3. Grayscale: #6B6B6B. Windows color (decimal): -8753860 or 3960186. OLE color: 3960186.

HSL color Cylindrical-coordinate representation of color #7A6D3C: hue angle of 47.42º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A6D3C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB12210960-
CMYK00.110.510.52
HSL47.42º34.07%35.69%-
HSV(B)47.42º50.82%47.84%-
XYZ14.3115.46.49-
YUV107.3101.31138.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.92%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=41.92%
G=37.46%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221096000.110.510.5247.4234.0735.69
Hex7A6D3C0B33342f2224
Octal172155740136364574244
Binary1111010110110111110001011110011110100101111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6D3C; }

 p { color: rgb(122,109,60); }

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

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

 a { background-color: rgb(122,109,60); }

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

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

 span { border-color: rgb(122,109,60); }

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