#7D6209

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

Shades of Yukon Gold #7D6209

Tints of Yukon Gold #7D6209

Color information

#7D6209 (or 0x7D6209) is unknown color: approx Yukon Gold. HEX triplet: 7D, 62 and 09. RGB value is (125,98,9). Sum of RGB (Red+Green+Blue) = 125+98+9=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6209 is #829DF6. Grayscale: #606060. Windows color (decimal): -8560119 or 615037. OLE color: 615037.

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

Color convert

RGB125989-
CMYK00.220.930.51
HSL46.03º86.57%26.27%-
HSV(B)46.03º92.8%49.02%-
XYZ12.8713.122.11-
YUV95.9378.95148.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.88%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 9 (3.91% from 255) = 3.88%
R=53.88%
G=42.24%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12598900.220.930.5146.0386.5726.27
Hex7D6290165D332e571a
Octal17514211026135635612732
Binary1111101110001010010101101011101110011101110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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