#796A3C

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

Shades of Yellow Metal #796A3C

Tints of Yellow Metal #796A3C

Color information

#796A3C (or 0x796A3C) is unknown color: approx Yellow Metal. HEX triplet: 79, 6A and 3C. RGB value is (121,106,60). Sum of RGB (Red+Green+Blue) = 121+106+60=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #796A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A3C is #8695C3. Grayscale: #696969. Windows color (decimal): -8820164 or 3959417. OLE color: 3959417.

HSL color Cylindrical-coordinate representation of color #796A3C: hue angle of 45.25º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796A3C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB12110660-
CMYK00.120.500.53
HSL45.25º33.7%35.49%-
HSV(B)45.25º50.41%47.45%-
XYZ13.8514.76.38-
YUV105.24102.47139.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=42.16%
G=36.93%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211066000.120.500.5345.2533.735.49
Hex796A3C0C32352d2223
Octal171152740146265554243
Binary1111001110101011110001100110010110101101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796A3C; }

 p { color: rgb(121,106,60); }

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

<style>
 a { background-color: #796A3C; }

 a { background-color: rgb(121,106,60); }

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

<style>
 span { border-color: #796A3C; }

 span { border-color: rgb(121,106,60); }

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