#79693D

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

Shades of Yellow Metal #79693D

Tints of Yellow Metal #79693D

Color information

#79693D (or 0x79693D) is unknown color: approx Yellow Metal. HEX triplet: 79, 69 and 3D. RGB value is (121,105,61). Sum of RGB (Red+Green+Blue) = 121+105+61=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #79693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79693D is #8696C2. Grayscale: #686868. Windows color (decimal): -8820419 or 4024697. OLE color: 4024697.

HSL color Cylindrical-coordinate representation of color #79693D: hue angle of 44º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79693D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB12110561-
CMYK00.130.500.53
HSL44º32.97%35.69%-
HSV(B)44º49.59%47.45%-
XYZ13.7814.516.49-
YUV104.77103.3139.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=42.16%
G=36.59%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211056100.130.500.534432.9735.69
Hex79693D0D32352c2124
Octal171151750156265544144
Binary1111001110100111110101101110010110101101100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79693D; }

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

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

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

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

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

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

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

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