#796746

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

Shades of Yellow Metal #796746

Tints of Yellow Metal #796746

Color information

#796746 (or 0x796746) is unknown color: approx Yellow Metal. HEX triplet: 79, 67 and 46. RGB value is (121,103,70). Sum of RGB (Red+Green+Blue) = 121+103+70=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #796746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796746 is #8698B9. Grayscale: #686868. Windows color (decimal): -8820922 or 4614009. OLE color: 4614009.

HSL color Cylindrical-coordinate representation of color #796746: hue angle of 38.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #796746 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB12110370-
CMYK00.150.420.53
HSL38.82º26.7%37.45%-
HSV(B)38.82º42.15%47.45%-
XYZ13.8414.217.81-
YUV104.62108.46139.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.16%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=41.16%
G=35.03%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211037000.150.420.5338.8226.737.45
Hex7967460F2A35271b25
Octal1711471060175265473345
Binary1111001110011110001100111110101011010110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796746; }

 p { color: rgb(121,103,70); }

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

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

 a { background-color: rgb(121,103,70); }

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

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

 span { border-color: rgb(121,103,70); }

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