#796646

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

Shades of Yellow Metal #796646

Tints of Yellow Metal #796646

Color information

#796646 (or 0x796646) is unknown color: approx Yellow Metal. HEX triplet: 79, 66 and 46. RGB value is (121,102,70). Sum of RGB (Red+Green+Blue) = 121+102+70=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #796646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796646 is #8699B9. Grayscale: #686868. Windows color (decimal): -8821178 or 4613753. OLE color: 4613753.

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

Color convert

RGB12110270-
CMYK00.160.420.53
HSL37.65º26.7%37.45%-
HSV(B)37.65º42.15%47.45%-
XYZ13.7414.017.77-
YUV104.03108.79140.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=41.30%
G=34.81%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211027000.160.420.5337.6526.737.45
Hex7966460102A35261b25
Octal1711461060205265463345
Binary11110011100110100011001000010101011010110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796646; }

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

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

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

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

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

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

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

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