#796F14

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

Shades of Yukon Gold #796F14

Tints of Yukon Gold #796F14

Color information

#796F14 (or 0x796F14) is unknown color: approx Yukon Gold. HEX triplet: 79, 6F and 14. RGB value is (121,111,20). Sum of RGB (Red+Green+Blue) = 121+111+20=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #796F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796F14 is #8690EB. Grayscale: #676767. Windows color (decimal): -8818924 or 1339257. OLE color: 1339257.

HSL color Cylindrical-coordinate representation of color #796F14: hue angle of 54.06º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #796F14 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB12111120-
CMYK00.080.830.53
HSL54.06º71.63%27.65%-
HSV(B)54.06º83.47%47.45%-
XYZ13.715.482.93-
YUV103.6280.81140.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 111 (43.75% from 255) = 44.05%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=48.02%
G=44.05%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211112000.080.830.5354.0671.6327.65
Hex796F1408533536481c
Octal17115724010123656611034
Binary1111001110111110100010001010011110101110110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,111,20); }

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

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

 a { background-color: rgb(121,111,20); }

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

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

 span { border-color: rgb(121,111,20); }

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