#79600A

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

Shades of Yukon Gold #79600A

Tints of Yukon Gold #79600A

Color information

#79600A (or 0x79600A) is unknown color: approx Yukon Gold. HEX triplet: 79, 60 and 0A. RGB value is (121,96,10). Sum of RGB (Red+Green+Blue) = 121+96+10=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #79600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79600A is #869FF5. Grayscale: #5E5E5E. Windows color (decimal): -8822774 or 680057. OLE color: 680057.

HSL color Cylindrical-coordinate representation of color #79600A: hue angle of 46.49º 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 #79600A is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1219610-
CMYK00.210.920.53
HSL46.49º84.73%25.69%-
HSV(B)46.49º91.74%47.45%-
XYZ12.1212.452.05-
YUV93.6780.78147.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.30%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=53.30%
G=42.29%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121961000.210.920.5346.4984.7325.69
Hex7960A0155C352e551a
Octal17114012025134655612532
Binary1111001110000010100101011011100110101101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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