#796340

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

Shades of Yellow Metal #796340

Tints of Yellow Metal #796340

Color information

#796340 (or 0x796340) is unknown color: approx Yellow Metal. HEX triplet: 79, 63 and 40. RGB value is (121,99,64). Sum of RGB (Red+Green+Blue) = 121+99+64=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #796340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796340 is #869CBF. Grayscale: #656565. Windows color (decimal): -8821952 or 4219769. OLE color: 4219769.

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

Color convert

RGB1219964-
CMYK00.180.470.53
HSL36.84º30.81%36.27%-
HSV(B)36.84º47.11%47.45%-
XYZ13.2713.366.73-
YUV101.59106.79141.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=42.61%
G=34.86%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121996400.180.470.5336.8430.8136.27
Hex7963400122F35251f24
Octal1711431000225765453744
Binary11110011100011100000001001010111111010110010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796340; }

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

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

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

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

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

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

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

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