#7D6409

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

Shades of Yukon Gold #7D6409

Tints of Yukon Gold #7D6409

Color information

#7D6409 (or 0x7D6409) is unknown color: approx Yukon Gold. HEX triplet: 7D, 64 and 09. RGB value is (125,100,9). Sum of RGB (Red+Green+Blue) = 125+100+9=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6409 is #829BF6. Grayscale: #616161. Windows color (decimal): -8559607 or 615549. OLE color: 615549.

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

Color convert

RGB1251009-
CMYK00.20.930.51
HSL47.07º86.57%26.27%-
HSV(B)47.07º92.8%49.02%-
XYZ13.0613.492.17-
YUV97.178.28147.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.42%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=53.42%
G=42.74%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125100900.20.930.5147.0786.5726.27
Hex7D6490145D332f571a
Octal17514411024135635712732
Binary1111101110010010010101001011101110011101111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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