#7D6716

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

Shades of Yukon Gold #7D6716

Tints of Yukon Gold #7D6716

Color information

#7D6716 (or 0x7D6716) is unknown color: approx Yukon Gold. HEX triplet: 7D, 67 and 16. RGB value is (125,103,22). Sum of RGB (Red+Green+Blue) = 125+103+22=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6716 is #8298E9. Grayscale: #646464. Windows color (decimal): -8558826 or 1468285. OLE color: 1468285.

HSL color Cylindrical-coordinate representation of color #7D6716: hue angle of 47.18º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D6716 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB12510322-
CMYK00.180.820.51
HSL47.18º70.07%28.82%-
HSV(B)47.18º82.4%49.02%-
XYZ13.4514.122.78-
YUV100.3483.79145.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=50%
G=41.2%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251032200.180.820.5147.1870.0728.82
Hex7D671601252332f461d
Octal17514726022122635710635
Binary11111011100111101100100101010010110011101111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,103,22); }

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

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

 a { background-color: rgb(125,103,22); }

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

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

 span { border-color: rgb(125,103,22); }

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