#7A683C

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

Shades of Yellow Metal #7A683C

Tints of Yellow Metal #7A683C

Color information

#7A683C (or 0x7A683C) is unknown color: approx Yellow Metal. HEX triplet: 7A, 68 and 3C. RGB value is (122,104,60). Sum of RGB (Red+Green+Blue) = 122+104+60=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A683C is #8597C3. Grayscale: #686868. Windows color (decimal): -8755140 or 3958906. OLE color: 3958906.

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

Color convert

RGB12210460-
CMYK00.150.510.52
HSL42.58º34.07%35.69%-
HSV(B)42.58º50.82%47.84%-
XYZ13.7914.366.32-
YUV104.37102.96140.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.66%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=42.66%
G=36.36%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221046000.150.510.5242.5834.0735.69
Hex7A683C0F33342b2224
Octal172150740176364534244
Binary1111010110100011110001111110011110100101011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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