#7D6911

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

Shades of Yukon Gold #7D6911

Tints of Yukon Gold #7D6911

Color information

#7D6911 (or 0x7D6911) is unknown color: approx Yukon Gold. HEX triplet: 7D, 69 and 11. RGB value is (125,105,17). Sum of RGB (Red+Green+Blue) = 125+105+17=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6911 is #8296EE. Grayscale: #656565. Windows color (decimal): -8558319 or 1141117. OLE color: 1141117.

HSL color Cylindrical-coordinate representation of color #7D6911: hue angle of 48.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D6911 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB12510517-
CMYK00.160.860.51
HSL48.89º76.06%27.84%-
HSV(B)48.89º86.4%49.02%-
XYZ13.6114.52.61-
YUV100.9580.63145.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.61%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=50.61%
G=42.51%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251051700.160.860.5148.8976.0627.84
Hex7D69110105633314c1c
Octal17515121020126636111434
Binary11111011101001100010100001010110110011110001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,105,17); }

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

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

 a { background-color: rgb(125,105,17); }

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

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

 span { border-color: rgb(125,105,17); }

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