#79680A

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

Shades of Yukon Gold #79680A

Tints of Yukon Gold #79680A

Color information

#79680A (or 0x79680A) is unknown color: approx Yukon Gold. HEX triplet: 79, 68 and 0A. RGB value is (121,104,10). Sum of RGB (Red+Green+Blue) = 121+104+10=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #79680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79680A is #8697F5. Grayscale: #626262. Windows color (decimal): -8820726 or 682105. OLE color: 682105.

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

Color convert

RGB12110410-
CMYK00.140.920.53
HSL50.81º84.73%25.69%-
HSV(B)50.81º91.74%47.45%-
XYZ12.8913.992.31-
YUV98.3778.13144.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=51.49%
G=44.26%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211041000.140.920.5350.8184.7325.69
Hex7968A0E5C3533551a
Octal17115012016134656312532
Binary111100111010001010011101011100110101110011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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