#796A1E

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

Shades of Yukon Gold #796A1E

Tints of Yukon Gold #796A1E

Color information

#796A1E (or 0x796A1E) is unknown color: approx Yukon Gold. HEX triplet: 79, 6A and 1E. RGB value is (121,106,30). Sum of RGB (Red+Green+Blue) = 121+106+30=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #796A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A1E is #8695E1. Grayscale: #666666. Windows color (decimal): -8820194 or 1993337. OLE color: 1993337.

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

Color convert

RGB12110630-
CMYK00.120.750.53
HSL50.11º60.26%29.61%-
HSV(B)50.11º75.21%47.45%-
XYZ13.2714.473.32-
YUV101.8287.47141.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=47.08%
G=41.25%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211063000.120.750.5350.1160.2629.61
Hex796A1E0C4B35323c1e
Octal1711523601411365627436
Binary111100111010101111001100100101111010111001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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