#7A6A39

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

Shades of Yellow Metal #7A6A39

Tints of Yellow Metal #7A6A39

Color information

#7A6A39 (or 0x7A6A39) is unknown color: approx Yellow Metal. HEX triplet: 7A, 6A and 39. RGB value is (122,106,57). Sum of RGB (Red+Green+Blue) = 122+106+57=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6A39 is #8595C6. Grayscale: #696969. Windows color (decimal): -8754631 or 3762810. OLE color: 3762810.

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

Color convert

RGB12210657-
CMYK00.130.530.52
HSL45.23º36.31%35.1%-
HSV(B)45.23º53.28%47.84%-
XYZ13.9214.745.98-
YUV105.2100.8139.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 57 (22.66% from 255) = 20%
R=42.81%
G=37.19%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221065700.130.530.5245.2336.3135.1
Hex7A6A390D35342d2423
Octal172152710156564554443
Binary1111010110101011100101101110101110100101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,57); }

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

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

 a { background-color: rgb(122,106,57); }

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

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

 span { border-color: rgb(122,106,57); }

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