#7A683B

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

Shades of Yellow Metal #7A683B

Tints of Yellow Metal #7A683B

Color information

#7A683B (or 0x7A683B) is unknown color: approx Yellow Metal. HEX triplet: 7A, 68 and 3B. RGB value is (122,104,59). Sum of RGB (Red+Green+Blue) = 122+104+59=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A683B is #8597C4. Grayscale: #686868. Windows color (decimal): -8755141 or 3893370. OLE color: 3893370.

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

Color convert

RGB12210459-
CMYK00.150.520.52
HSL42.86º34.81%35.49%-
HSV(B)42.86º51.64%47.84%-
XYZ13.7714.356.18-
YUV104.25102.46140.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=42.81%
G=36.49%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221045900.150.520.5242.8634.8135.49
Hex7A683B0F34342b2323
Octal172150730176464534343
Binary1111010110100011101101111110100110100101011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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