#7A6843

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

Shades of Yellow Metal #7A6843

Tints of Yellow Metal #7A6843

Color information

#7A6843 (or 0x7A6843) is unknown color: approx Yellow Metal. HEX triplet: 7A, 68 and 43. RGB value is (122,104,67). Sum of RGB (Red+Green+Blue) = 122+104+67=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6843 is #8597BC. Grayscale: #696969. Windows color (decimal): -8755133 or 4417658. OLE color: 4417658.

HSL color Cylindrical-coordinate representation of color #7A6843: hue angle of 40.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A6843 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.52.

Color convert

RGB12210467-
CMYK00.150.450.52
HSL40.36º29.1%37.06%-
HSV(B)40.36º45.08%47.84%-
XYZ13.9914.447.36-
YUV105.16106.46140.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.64%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=41.64%
G=35.49%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221046700.150.450.5240.3629.137.06
Hex7A68430F2D34281d25
Octal1721501030175564503545
Binary1111010110100010000110111110110111010010100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,104,67); }

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

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

 a { background-color: rgb(122,104,67); }

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

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

 span { border-color: rgb(122,104,67); }

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