#7A653E

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

Shades of Yellow Metal #7A653E

Tints of Yellow Metal #7A653E

Color information

#7A653E (or 0x7A653E) is unknown color: approx Yellow Metal. HEX triplet: 7A, 65 and 3E. RGB value is (122,101,62). Sum of RGB (Red+Green+Blue) = 122+101+62=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A653E is #859AC1. Grayscale: #676767. Windows color (decimal): -8755906 or 4089210. OLE color: 4089210.

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

Color convert

RGB12210162-
CMYK00.170.490.52
HSL39º32.61%36.08%-
HSV(B)39º49.18%47.84%-
XYZ13.5513.796.51-
YUV102.83104.96141.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=42.81%
G=35.44%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221016200.170.490.523932.6136.08
Hex7A653E0113134272124
Octal172145760216164474144
Binary11110101100101111110010001110001110100100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A653E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,101,62); }

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

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

 a { background-color: rgb(122,101,62); }

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

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

 span { border-color: rgb(122,101,62); }

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