#7D6428

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

Shades of Yukon Gold #7D6428

Tints of Yukon Gold #7D6428

Color information

#7D6428 (or 0x7D6428) is unknown color: approx Yukon Gold. HEX triplet: 7D, 64 and 28. RGB value is (125,100,40). Sum of RGB (Red+Green+Blue) = 125+100+40=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6428 is #829BD7. Grayscale: #646464. Windows color (decimal): -8559576 or 2647165. OLE color: 2647165.

HSL color Cylindrical-coordinate representation of color #7D6428: hue angle of 42.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D6428 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB12510040-
CMYK00.20.680.51
HSL42.35º51.52%32.35%-
HSV(B)42.35º68%49.02%-
XYZ13.413.633.93-
YUV100.6493.78145.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.17%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=47.17%
G=37.74%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251004000.20.680.5142.3551.5232.35
Hex7D642801444332a3420
Octal1751445002410463526440
Binary111110111001001010000101001000100110011101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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