#796A3D

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

Shades of Yellow Metal #796A3D

Tints of Yellow Metal #796A3D

Color information

#796A3D (or 0x796A3D) is unknown color: approx Yellow Metal. HEX triplet: 79, 6A and 3D. RGB value is (121,106,61). Sum of RGB (Red+Green+Blue) = 121+106+61=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #796A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A3D is #8695C2. Grayscale: #696969. Windows color (decimal): -8820163 or 4024953. OLE color: 4024953.

HSL color Cylindrical-coordinate representation of color #796A3D: hue angle of 45º 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 #796A3D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB12110661-
CMYK00.120.500.53
HSL45º32.97%35.69%-
HSV(B)45º49.59%47.45%-
XYZ13.8814.716.52-
YUV105.35102.97139.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=42.01%
G=36.81%
B=21.18%

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
Decimal1211066100.120.500.534532.9735.69
Hex796A3D0C32352d2124
Octal171152750146265554144
Binary1111001110101011110101100110010110101101101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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