#796116

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

Shades of Yukon Gold #796116

Tints of Yukon Gold #796116

Color information

#796116 (or 0x796116) is unknown color: approx Yukon Gold. HEX triplet: 79, 61 and 16. RGB value is (121,97,22). Sum of RGB (Red+Green+Blue) = 121+97+22=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #796116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796116 is #869EE9. Grayscale: #5F5F5F. Windows color (decimal): -8822506 or 1466745. OLE color: 1466745.

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

Color convert

RGB1219722-
CMYK00.200.820.53
HSL45.45º69.23%28.04%-
HSV(B)45.45º81.82%47.45%-
XYZ12.312.672.56-
YUV95.6386.45146.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.42%
GREEN value IS 97 (38.28% from 255) = 40.42%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=50.42%
G=40.42%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121972200.200.820.5345.4569.2328.04
Hex79611601452352d451c
Octal17114126024122655510534
Binary11110011100001101100101001010010110101101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796116; }

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

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

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

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

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

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

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

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