#7A6B40

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

Shades of Yellow Metal #7A6B40

Tints of Yellow Metal #7A6B40

Color information

#7A6B40 (or 0x7A6B40) is unknown color: approx Yellow Metal. HEX triplet: 7A, 6B and 40. RGB value is (122,107,64). Sum of RGB (Red+Green+Blue) = 122+107+64=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6B40 is #8594BF. Grayscale: #6A6A6A. Windows color (decimal): -8754368 or 4221818. OLE color: 4221818.

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

Color convert

RGB12210764-
CMYK00.120.480.52
HSL44.48º31.18%36.47%-
HSV(B)44.48º47.54%47.84%-
XYZ14.2115.027-
YUV106.58103.97139-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.64%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=41.64%
G=36.52%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221076400.120.480.5244.4831.1836.47
Hex7A6B400C30342c1f24
Octal1721531000146064543744
Binary1111010110101110000000110011000011010010110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,107,64); }

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

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

 a { background-color: rgb(122,107,64); }

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

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

 span { border-color: rgb(122,107,64); }

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