#796614

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

Shades of Yukon Gold #796614

Tints of Yukon Gold #796614

Color information

#796614 (or 0x796614) is unknown color: approx Yukon Gold. HEX triplet: 79, 66 and 14. RGB value is (121,102,20). Sum of RGB (Red+Green+Blue) = 121+102+20=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #796614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796614 is #8699EB. Grayscale: #626262. Windows color (decimal): -8821228 or 1336953. OLE color: 1336953.

HSL color Cylindrical-coordinate representation of color #796614: hue angle of 48.71º 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 #796614 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB12110220-
CMYK00.160.830.53
HSL48.71º71.63%27.65%-
HSV(B)48.71º83.47%47.45%-
XYZ12.7613.622.62-
YUV98.3383.79144.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.79%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=49.79%
G=41.98%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211022000.160.830.5348.7171.6327.65
Hex796614010533531481c
Octal17114624020123656111034
Binary11110011100110101000100001010011110101110001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796614; }

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

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

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

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

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

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

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

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