#796640

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

Shades of Yellow Metal #796640

Tints of Yellow Metal #796640

Color information

#796640 (or 0x796640) is unknown color: approx Yellow Metal. HEX triplet: 79, 66 and 40. RGB value is (121,102,64). Sum of RGB (Red+Green+Blue) = 121+102+64=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #796640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796640 is #8699BF. Grayscale: #676767. Windows color (decimal): -8821184 or 4220537. OLE color: 4220537.

HSL color Cylindrical-coordinate representation of color #796640: hue angle of 40º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796640 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB12110264-
CMYK00.160.470.53
HSL40º30.81%36.27%-
HSV(B)40º47.11%47.45%-
XYZ13.5613.946.83-
YUV103.35105.79140.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=42.16%
G=35.54%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211026400.160.470.534030.8136.27
Hex7966400102F35281f24
Octal1711461000205765503744
Binary11110011100110100000001000010111111010110100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796640; }

 p { color: rgb(121,102,64); }

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

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

 a { background-color: rgb(121,102,64); }

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

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

 span { border-color: rgb(121,102,64); }

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