#796B3D

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

Shades of Yellow Metal #796B3D

Tints of Yellow Metal #796B3D

Color information

#796B3D (or 0x796B3D) is unknown color: approx Yellow Metal. HEX triplet: 79, 6B and 3D. RGB value is (121,107,61). Sum of RGB (Red+Green+Blue) = 121+107+61=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #796B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796B3D is #8694C2. Grayscale: #6A6A6A. Windows color (decimal): -8819907 or 4025209. OLE color: 4025209.

HSL color Cylindrical-coordinate representation of color #796B3D: hue angle of 46º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796B3D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB12110761-
CMYK00.120.500.53
HSL46º32.97%35.69%-
HSV(B)46º49.59%47.45%-
XYZ13.9914.926.56-
YUV105.94102.64138.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.87%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=41.87%
G=37.02%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211076100.120.500.534632.9735.69
Hex796B3D0C32352e2124
Octal171153750146265564144
Binary1111001110101111110101100110010110101101110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796B3D; }

 p { color: rgb(121,107,61); }

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

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

 a { background-color: rgb(121,107,61); }

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

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

 span { border-color: rgb(121,107,61); }

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