#796E12

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

Shades of Yukon Gold #796E12

Tints of Yukon Gold #796E12

Color information

#796E12 (or 0x796E12) is unknown color: approx Yukon Gold. HEX triplet: 79, 6E and 12. RGB value is (121,110,18). Sum of RGB (Red+Green+Blue) = 121+110+18=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #796E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796E12 is #8691ED. Grayscale: #676767. Windows color (decimal): -8819182 or 1207929. OLE color: 1207929.

HSL color Cylindrical-coordinate representation of color #796E12: hue angle of 53.59º 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 #796E12 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB12111018-
CMYK00.090.850.53
HSL53.59º74.1%27.25%-
HSV(B)53.59º85.12%47.45%-
XYZ13.5715.262.8-
YUV102.880.14140.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 110 (43.36% from 255) = 44.18%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=48.59%
G=44.18%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211101800.090.850.5353.5974.127.25
Hex796E12095535364a1b
Octal17115622011125656611233
Binary1111001110111010010010011010101110101110110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796E12; }

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

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

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

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

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

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

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

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