#796012

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

Shades of Yukon Gold #796012

Tints of Yukon Gold #796012

Color information

#796012 (or 0x796012) is unknown color: approx Yukon Gold. HEX triplet: 79, 60 and 12. RGB value is (121,96,18). Sum of RGB (Red+Green+Blue) = 121+96+18=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #796012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796012 is #869FED. Grayscale: #5E5E5E. Windows color (decimal): -8822766 or 1204345. OLE color: 1204345.

HSL color Cylindrical-coordinate representation of color #796012: hue angle of 45.44º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #796012 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1219618-
CMYK00.210.850.53
HSL45.44º74.1%27.25%-
HSV(B)45.44º85.12%47.45%-
XYZ12.1812.472.34-
YUV94.5884.78146.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=51.49%
G=40.85%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121961800.210.850.5345.4474.127.25
Hex79601201555352d4a1b
Octal17114022025125655511233
Binary11110011100000100100101011010101110101101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796012; }

 p { color: rgb(121,96,18); }

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

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

 a { background-color: rgb(121,96,18); }

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

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

 span { border-color: rgb(121,96,18); }

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