#796645

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

Shades of Yellow Metal #796645

Tints of Yellow Metal #796645

Color information

#796645 (or 0x796645) is unknown color: approx Yellow Metal. HEX triplet: 79, 66 and 45. RGB value is (121,102,69). Sum of RGB (Red+Green+Blue) = 121+102+69=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #796645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796645 is #8699BA. Grayscale: #686868. Windows color (decimal): -8821179 or 4548217. OLE color: 4548217.

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

Color convert

RGB12110269-
CMYK00.160.430.53
HSL38.08º27.37%37.25%-
HSV(B)38.08º42.98%47.45%-
XYZ13.71147.61-
YUV103.92108.29140.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=41.44%
G=34.93%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211026900.160.430.5338.0827.3737.25
Hex7966450102B35261b25
Octal1711461050205365463345
Binary11110011100110100010101000010101111010110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796645; }

 p { color: rgb(121,102,69); }

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

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

 a { background-color: rgb(121,102,69); }

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

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

 span { border-color: rgb(121,102,69); }

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