#79620A

Color #79620A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #79620A

Tints of Yukon Gold #79620A

Color information

#79620A (or 0x79620A) is unknown color: approx Yukon Gold. HEX triplet: 79, 62 and 0A. RGB value is (121,98,10). Sum of RGB (Red+Green+Blue) = 121+98+10=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #79620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79620A is #869DF5. Grayscale: #5F5F5F. Windows color (decimal): -8822262 or 680569. OLE color: 680569.

HSL color Cylindrical-coordinate representation of color #79620A: hue angle of 47.57º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79620A is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1219810-
CMYK00.190.920.53
HSL47.57º84.73%25.69%-
HSV(B)47.57º91.74%47.45%-
XYZ12.3112.822.11-
YUV94.8480.12146.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.84%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=52.84%
G=42.79%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121981000.190.920.5347.5784.7325.69
Hex7962A0135C3530551a
Octal17114212023134656012532
Binary1111001110001010100100111011100110101110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79620A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79620A; }

 p { color: rgb(121,98,10); }

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

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

 a { background-color: rgb(121,98,10); }

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

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

 span { border-color: rgb(121,98,10); }

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