#796944

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

Shades of Yellow Metal #796944

Tints of Yellow Metal #796944

Color information

#796944 (or 0x796944) is unknown color: approx Yellow Metal. HEX triplet: 79, 69 and 44. RGB value is (121,105,68). Sum of RGB (Red+Green+Blue) = 121+105+68=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #796944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796944 is #8696BB. Grayscale: #696969. Windows color (decimal): -8820412 or 4483449. OLE color: 4483449.

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

Color convert

RGB12110568-
CMYK00.130.440.53
HSL41.89º28.04%37.06%-
HSV(B)41.89º43.8%47.45%-
XYZ13.9814.597.55-
YUV105.57106.8139.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.16%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=41.16%
G=35.71%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211056800.130.440.5341.8928.0437.06
Hex7969440D2C352a1c25
Octal1711511040155465523445
Binary1111001110100110001000110110110011010110101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796944; }

 p { color: rgb(121,105,68); }

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

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

 a { background-color: rgb(121,105,68); }

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

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

 span { border-color: rgb(121,105,68); }

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