#796941

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

Shades of Yellow Metal #796941

Tints of Yellow Metal #796941

Color information

#796941 (or 0x796941) is unknown color: approx Yellow Metal. HEX triplet: 79, 69 and 41. RGB value is (121,105,65). Sum of RGB (Red+Green+Blue) = 121+105+65=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #796941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796941 is #8696BE. Grayscale: #696969. Windows color (decimal): -8820415 or 4286841. OLE color: 4286841.

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

Color convert

RGB12110565-
CMYK00.130.460.53
HSL42.86º30.11%36.47%-
HSV(B)42.86º46.28%47.45%-
XYZ13.8914.557.08-
YUV105.22105.3139.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=41.58%
G=36.08%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211056500.130.460.5342.8630.1136.47
Hex7969410D2E352b1e24
Octal1711511010155665533644
Binary1111001110100110000010110110111011010110101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796941; }

 p { color: rgb(121,105,65); }

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

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

 a { background-color: rgb(121,105,65); }

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

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

 span { border-color: rgb(121,105,65); }

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