#7E6922

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

Shades of Yukon Gold #7E6922

Tints of Yukon Gold #7E6922

Color information

#7E6922 (or 0x7E6922) is unknown color: approx Yukon Gold. HEX triplet: 7E, 69 and 22. RGB value is (126,105,34). Sum of RGB (Red+Green+Blue) = 126+105+34=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6922 is #8196DD. Grayscale: #676767. Windows color (decimal): -8492766 or 2255230. OLE color: 2255230.

HSL color Cylindrical-coordinate representation of color #7E6922: hue angle of 46.3º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E6922 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB12610534-
CMYK00.170.730.51
HSL46.3º57.5%31.37%-
HSV(B)46.3º73.02%49.41%-
XYZ13.9414.653.61-
YUV103.1888.96144.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.55%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 34 (13.67% from 255) = 12.83%
R=47.55%
G=39.62%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261053400.170.730.5146.357.531.37
Hex7E692201149332e3a1f
Octal1761514202111163567237
Binary11111101101001100010010001100100111001110111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E6922; }

 p { color: rgb(126,105,34); }

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

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

 a { background-color: rgb(126,105,34); }

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

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

 span { border-color: rgb(126,105,34); }

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