#7A6340

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

Shades of Yellow Metal #7A6340

Tints of Yellow Metal #7A6340

Color information

#7A6340 (or 0x7A6340) is unknown color: approx Yellow Metal. HEX triplet: 7A, 63 and 40. RGB value is (122,99,64). Sum of RGB (Red+Green+Blue) = 122+99+64=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6340 is #859CBF. Grayscale: #666666. Windows color (decimal): -8756416 or 4219770. OLE color: 4219770.

HSL color Cylindrical-coordinate representation of color #7A6340: hue angle of 36.21º 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 #7A6340 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB1229964-
CMYK00.190.480.52
HSL36.21º31.18%36.47%-
HSV(B)36.21º47.54%47.84%-
XYZ13.4113.436.74-
YUV101.89106.62142.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=42.81%
G=34.74%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122996400.190.480.5236.2131.1836.47
Hex7A63400133034241f24
Octal1721431000236064443744
Binary11110101100011100000001001111000011010010010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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