#7D6809

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

Shades of Yukon Gold #7D6809

Tints of Yukon Gold #7D6809

Color information

#7D6809 (or 0x7D6809) is unknown color: approx Yukon Gold. HEX triplet: 7D, 68 and 09. RGB value is (125,104,9). Sum of RGB (Red+Green+Blue) = 125+104+9=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6809 is #8297F6. Grayscale: #636363. Windows color (decimal): -8558583 or 616573. OLE color: 616573.

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

Color convert

RGB1251049-
CMYK00.170.930.51
HSL49.14º86.57%26.27%-
HSV(B)49.14º92.8%49.02%-
XYZ13.4614.282.31-
YUV99.4576.96146.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.52%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 9 (3.91% from 255) = 3.78%
R=52.52%
G=43.70%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125104900.170.930.5149.1486.5726.27
Hex7D6890115D3331571a
Octal17515011021135636112732
Binary1111101110100010010100011011101110011110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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