#796A0E

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

Shades of Yukon Gold #796A0E

Tints of Yukon Gold #796A0E

Color information

#796A0E (or 0x796A0E) is unknown color: approx Yukon Gold. HEX triplet: 79, 6A and 0E. RGB value is (121,106,14). Sum of RGB (Red+Green+Blue) = 121+106+14=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #796A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796A0E is #8695F1. Grayscale: #646464. Windows color (decimal): -8820210 or 944761. OLE color: 944761.

HSL color Cylindrical-coordinate representation of color #796A0E: hue angle of 51.59º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #796A0E is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB12110614-
CMYK00.120.880.53
HSL51.59º79.26%26.47%-
HSV(B)51.59º88.43%47.45%-
XYZ13.1214.42.5-
YUV10079.47142.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.21%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 14 (5.86% from 255) = 5.81%
R=50.21%
G=43.98%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211061400.120.880.5351.5979.2626.47
Hex796AE0C5835344f1a
Octal17115216014130656411732
Binary111100111010101110011001011000110101110100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,106,14); }

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

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

 a { background-color: rgb(121,106,14); }

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

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

 span { border-color: rgb(121,106,14); }

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