#7E660D

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

Shades of Yukon Gold #7E660D

Tints of Yukon Gold #7E660D

Color information

#7E660D (or 0x7E660D) is unknown color: approx Yukon Gold. HEX triplet: 7E, 66 and 0D. RGB value is (126,102,13). Sum of RGB (Red+Green+Blue) = 126+102+13=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E660D is #8199F2. Grayscale: #636363. Windows color (decimal): -8493555 or 878206. OLE color: 878206.

HSL color Cylindrical-coordinate representation of color #7E660D: hue angle of 47.26º 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 #7E660D is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB12610213-
CMYK00.190.900.51
HSL47.26º81.29%27.25%-
HSV(B)47.26º89.68%49.41%-
XYZ13.4313.972.37-
YUV99.0379.45147.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.28%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=52.28%
G=42.32%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261021300.190.900.5147.2681.2927.25
Hex7E66D0135A332f511b
Octal17614615023132635712133
Binary1111110110011011010100111011010110011101111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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