#79610A

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

Shades of Yukon Gold #79610A

Tints of Yukon Gold #79610A

Color information

#79610A (or 0x79610A) is unknown color: approx Yukon Gold. HEX triplet: 79, 61 and 0A. RGB value is (121,97,10). Sum of RGB (Red+Green+Blue) = 121+97+10=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #79610A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79610A is #869EF5. Grayscale: #5E5E5E. Windows color (decimal): -8822518 or 680313. OLE color: 680313.

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

Color convert

RGB1219710-
CMYK00.200.920.53
HSL47.03º84.73%25.69%-
HSV(B)47.03º91.74%47.45%-
XYZ12.2112.642.08-
YUV94.2680.45147.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.07%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 10 (4.30% from 255) = 4.39%
R=53.07%
G=42.54%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121971000.200.920.5347.0384.7325.69
Hex7961A0145C352f551a
Octal17114112024134655712532
Binary1111001110000110100101001011100110101101111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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