#79680F

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

Shades of Yukon Gold #79680F

Tints of Yukon Gold #79680F

Color information

#79680F (or 0x79680F) is unknown color: approx Yukon Gold. HEX triplet: 79, 68 and 0F. RGB value is (121,104,15). Sum of RGB (Red+Green+Blue) = 121+104+15=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #79680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79680F is #8697F0. Grayscale: #636363. Windows color (decimal): -8820721 or 1009785. OLE color: 1009785.

HSL color Cylindrical-coordinate representation of color #79680F: hue angle of 50.38º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79680F is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB12110415-
CMYK00.140.880.53
HSL50.38º77.94%26.67%-
HSV(B)50.38º87.6%47.45%-
XYZ12.92142.47-
YUV98.9480.63143.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.42%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 15 (6.25% from 255) = 6.25%
R=50.42%
G=43.33%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211041500.140.880.5350.3877.9426.67
Hex7968F0E5835324e1b
Octal17115017016130656211633
Binary111100111010001111011101011000110101110010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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