#796440

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

Shades of Yellow Metal #796440

Tints of Yellow Metal #796440

Color information

#796440 (or 0x796440) is unknown color: approx Yellow Metal. HEX triplet: 79, 64 and 40. RGB value is (121,100,64). Sum of RGB (Red+Green+Blue) = 121+100+64=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #796440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796440 is #869BBF. Grayscale: #666666. Windows color (decimal): -8821696 or 4220025. OLE color: 4220025.

HSL color Cylindrical-coordinate representation of color #796440: hue angle of 37.89º 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 #796440 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB12110064-
CMYK00.170.470.53
HSL37.89º30.81%36.27%-
HSV(B)37.89º47.11%47.45%-
XYZ13.3713.556.76-
YUV102.18106.46141.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.46%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=42.46%
G=35.09%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211006400.170.470.5337.8930.8136.27
Hex7964400112F35261f24
Octal1711441000215765463744
Binary11110011100100100000001000110111111010110011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796440; }

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

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

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

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

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

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

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

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