#796136

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

Shades of Yellow Metal #796136

Tints of Yellow Metal #796136

Color information

#796136 (or 0x796136) is unknown color: approx Yellow Metal. HEX triplet: 79, 61 and 36. RGB value is (121,97,54). Sum of RGB (Red+Green+Blue) = 121+97+54=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #796136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796136 is #869EC9. Grayscale: #636363. Windows color (decimal): -8822474 or 3563897. OLE color: 3563897.

HSL color Cylindrical-coordinate representation of color #796136: hue angle of 38.51º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #796136 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1219754-
CMYK00.200.550.53
HSL38.51º38.29%34.31%-
HSV(B)38.51º55.37%47.45%-
XYZ12.8312.885.3-
YUV99.27102.45143.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=44.49%
G=35.66%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121975400.200.550.5338.5138.2934.31
Hex7961360143735272622
Octal171141660246765474642
Binary11110011100001110110010100110111110101100111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796136; }

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

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

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

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

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

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

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

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