#7D6909

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

Shades of Yukon Gold #7D6909

Tints of Yukon Gold #7D6909

Color information

#7D6909 (or 0x7D6909) is unknown color: approx Yukon Gold. HEX triplet: 7D, 69 and 09. RGB value is (125,105,9). Sum of RGB (Red+Green+Blue) = 125+105+9=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6909 is #8296F6. Grayscale: #646464. Windows color (decimal): -8558327 or 616829. OLE color: 616829.

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

Color convert

RGB1251059-
CMYK00.160.930.51
HSL49.66º86.57%26.27%-
HSV(B)49.66º92.8%49.02%-
XYZ13.5614.482.34-
YUV100.0476.63145.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.30%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 9 (3.91% from 255) = 3.77%
R=52.30%
G=43.93%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125105900.160.930.5149.6686.5726.27
Hex7D6990105D3332571a
Octal17515111020135636212732
Binary1111101110100110010100001011101110011110010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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