#796102

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

Shades of Yukon Gold #796102

Tints of Yukon Gold #796102

Color information

#796102 (or 0x796102) is unknown color: approx Yukon Gold. HEX triplet: 79, 61 and 02. RGB value is (121,97,2). Sum of RGB (Red+Green+Blue) = 121+97+2=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #796102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796102 is #869EFD. Grayscale: #5D5D5D. Windows color (decimal): -8822526 or 156025. OLE color: 156025.

HSL color Cylindrical-coordinate representation of color #796102: hue angle of 47.9º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #796102 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB121972-
CMYK00.200.980.53
HSL47.9º96.75%24.12%-
HSV(B)47.9º98.35%47.45%-
XYZ12.1712.621.85-
YUV93.3576.45147.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=55%
G=44.09%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12197200.200.980.5347.996.7524.12
Hex796120146235306118
Octal1711412024142656014130
Binary11110011100001100101001100010110101110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796102; }

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

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

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

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

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

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

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

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