#7A6536

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

Shades of Yellow Metal #7A6536

Tints of Yellow Metal #7A6536

Color information

#7A6536 (or 0x7A6536) is unknown color: approx Yellow Metal. HEX triplet: 7A, 65 and 36. RGB value is (122,101,54). Sum of RGB (Red+Green+Blue) = 122+101+54=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6536 is #859AC9. Grayscale: #666666. Windows color (decimal): -8755914 or 3564922. OLE color: 3564922.

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

Color convert

RGB12210154-
CMYK00.170.560.52
HSL41.47º38.64%34.51%-
HSV(B)41.47º55.74%47.84%-
XYZ13.3513.715.43-
YUV101.92100.96142.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=44.04%
G=36.46%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221015400.170.560.5241.4738.6434.51
Hex7A65360113834292723
Octal172145660217064514743
Binary11110101100101110110010001111000110100101001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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