#796144

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

Shades of Yellow Metal #796144

Tints of Yellow Metal #796144

Color information

#796144 (or 0x796144) is unknown color: approx Yellow Metal. HEX triplet: 79, 61 and 44. RGB value is (121,97,68). Sum of RGB (Red+Green+Blue) = 121+97+68=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #796144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796144 is #869EBB. Grayscale: #656565. Windows color (decimal): -8822460 or 4481401. OLE color: 4481401.

HSL color Cylindrical-coordinate representation of color #796144: hue angle of 32.83º 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 #796144 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB1219768-
CMYK00.200.440.53
HSL32.83º28.04%37.06%-
HSV(B)32.83º43.8%47.45%-
XYZ13.213.037.29-
YUV100.87109.45142.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=42.31%
G=33.92%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121976800.200.440.5332.8328.0437.06
Hex7961440142C35211c25
Octal1711411040245465413445
Binary11110011100001100010001010010110011010110000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796144; }

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

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

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

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

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

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

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

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