#7E620D

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

Shades of Yukon Gold #7E620D

Tints of Yukon Gold #7E620D

Color information

#7E620D (or 0x7E620D) is unknown color: approx Yukon Gold. HEX triplet: 7E, 62 and 0D. RGB value is (126,98,13). Sum of RGB (Red+Green+Blue) = 126+98+13=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E620D is #819DF2. Grayscale: #616161. Windows color (decimal): -8494579 or 877182. OLE color: 877182.

HSL color Cylindrical-coordinate representation of color #7E620D: hue angle of 45.13º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E620D is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1269813-
CMYK00.220.900.51
HSL45.13º81.29%27.25%-
HSV(B)45.13º89.68%49.41%-
XYZ13.0413.22.24-
YUV96.6880.78148.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.16%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 13 (5.47% from 255) = 5.49%
R=53.16%
G=41.35%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126981300.220.900.5145.1381.2927.25
Hex7E62D0165A332d511b
Octal17614215026132635512133
Binary1111110110001011010101101011010110011101101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,98,13); }

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

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

 a { background-color: rgb(126,98,13); }

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

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

 span { border-color: rgb(126,98,13); }

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