#796A3F

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

Shades of Yellow Metal #796A3F

Tints of Yellow Metal #796A3F

Color information

#796A3F (or 0x796A3F) is unknown color: approx Yellow Metal. HEX triplet: 79, 6A and 3F. RGB value is (121,106,63). Sum of RGB (Red+Green+Blue) = 121+106+63=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #796A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A3F is #8695C0. Grayscale: #696969. Windows color (decimal): -8820161 or 4156025. OLE color: 4156025.

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

Color convert

RGB12110663-
CMYK00.120.480.53
HSL44.48º31.52%36.08%-
HSV(B)44.48º47.93%47.45%-
XYZ13.9414.736.81-
YUV105.58103.97139-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.72%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 63 (25% from 255) = 21.72%
R=41.72%
G=36.55%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211066300.120.480.5344.4831.5236.08
Hex796A3F0C30352c2024
Octal171152770146065544044
Binary1111001110101011111101100110000110101101100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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