#7D691A

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

Shades of Yukon Gold #7D691A

Tints of Yukon Gold #7D691A

Color information

#7D691A (or 0x7D691A) is unknown color: approx Yukon Gold. HEX triplet: 7D, 69 and 1A. RGB value is (125,105,26). Sum of RGB (Red+Green+Blue) = 125+105+26=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D691A is #8296E5. Grayscale: #666666. Windows color (decimal): -8558310 or 1730941. OLE color: 1730941.

HSL color Cylindrical-coordinate representation of color #7D691A: hue angle of 47.88º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D691A is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB12510526-
CMYK00.160.790.51
HSL47.88º65.56%29.61%-
HSV(B)47.88º79.2%49.02%-
XYZ13.714.543.06-
YUV101.9785.13144.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.83%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=48.83%
G=41.02%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251052600.160.790.5147.8865.5629.61
Hex7D691A0104F3330421e
Octal17515132020117636010236
Binary11111011101001110100100001001111110011110000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,105,26); }

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

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

 a { background-color: rgb(125,105,26); }

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

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

 span { border-color: rgb(125,105,26); }

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