#7E6720

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

Shades of Yukon Gold #7E6720

Tints of Yukon Gold #7E6720

Color information

#7E6720 (or 0x7E6720) is unknown color: approx Yukon Gold. HEX triplet: 7E, 67 and 20. RGB value is (126,103,32). Sum of RGB (Red+Green+Blue) = 126+103+32=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6720 is #8198DF. Grayscale: #666666. Windows color (decimal): -8493280 or 2123646. OLE color: 2123646.

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

Color convert

RGB12610332-
CMYK00.180.750.51
HSL45.32º59.49%30.98%-
HSV(B)45.32º74.6%49.41%-
XYZ13.7214.243.39-
YUV101.7888.62145.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.28%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=48.28%
G=39.46%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261033200.180.750.5145.3259.4930.98
Hex7E67200124B332d3b1f
Octal1761474002211363557337
Binary11111101100111100000010010100101111001110110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,103,32); }

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

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

 a { background-color: rgb(126,103,32); }

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

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

 span { border-color: rgb(126,103,32); }

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