#796540

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

Shades of Yellow Metal #796540

Tints of Yellow Metal #796540

Color information

#796540 (or 0x796540) is unknown color: approx Yellow Metal. HEX triplet: 79, 65 and 40. RGB value is (121,101,64). Sum of RGB (Red+Green+Blue) = 121+101+64=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #796540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796540 is #869ABF. Grayscale: #666666. Windows color (decimal): -8821440 or 4220281. OLE color: 4220281.

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

Color convert

RGB12110164-
CMYK00.170.470.53
HSL38.95º30.81%36.27%-
HSV(B)38.95º47.11%47.45%-
XYZ13.4613.746.79-
YUV102.76106.13141.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=42.31%
G=35.31%
B=22.38%

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
Decimal1211016400.170.470.5338.9530.8136.27
Hex7965400112F35271f24
Octal1711451000215765473744
Binary11110011100101100000001000110111111010110011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796540; }

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

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

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

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

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

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

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

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