#7D681B

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

Shades of Yukon Gold #7D681B

Tints of Yukon Gold #7D681B

Color information

#7D681B (or 0x7D681B) is unknown color: approx Yukon Gold. HEX triplet: 7D, 68 and 1B. RGB value is (125,104,27). Sum of RGB (Red+Green+Blue) = 125+104+27=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D681B is #8297E4. Grayscale: #656565. Windows color (decimal): -8558565 or 1796221. OLE color: 1796221.

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

Color convert

RGB12510427-
CMYK00.170.780.51
HSL47.14º64.47%29.8%-
HSV(B)47.14º78.4%49.02%-
XYZ13.6114.343.09-
YUV101.585.96144.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.83%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 27 (10.94% from 255) = 10.55%
R=48.83%
G=40.62%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251042700.170.780.5147.1464.4729.8
Hex7D681B0114E332f401e
Octal17515033021116635710036
Binary11111011101000110110100011001110110011101111100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,104,27); }

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

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

 a { background-color: rgb(125,104,27); }

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

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

 span { border-color: rgb(125,104,27); }

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