#7A6540

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

Shades of Yellow Metal #7A6540

Tints of Yellow Metal #7A6540

Color information

#7A6540 (or 0x7A6540) is unknown color: approx Yellow Metal. HEX triplet: 7A, 65 and 40. RGB value is (122,101,64). Sum of RGB (Red+Green+Blue) = 122+101+64=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6540 is #859ABF. Grayscale: #676767. Windows color (decimal): -8755904 or 4220282. OLE color: 4220282.

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

Color convert

RGB12210164-
CMYK00.170.480.52
HSL38.28º31.18%36.47%-
HSV(B)38.28º47.54%47.84%-
XYZ13.6113.826.8-
YUV103.06105.96141.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=42.51%
G=35.19%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221016400.170.480.5238.2831.1836.47
Hex7A65400113034261f24
Octal1721451000216064463744
Binary11110101100101100000001000111000011010010011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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