#7C681F

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

Shades of Yukon Gold #7C681F

Tints of Yukon Gold #7C681F

Color information

#7C681F (or 0x7C681F) is unknown color: approx Yukon Gold. HEX triplet: 7C, 68 and 1F. RGB value is (124,104,31). Sum of RGB (Red+Green+Blue) = 124+104+31=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C681F is #8397E0. Grayscale: #656565. Windows color (decimal): -8624097 or 2058364. OLE color: 2058364.

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

Color convert

RGB12410431-
CMYK00.160.750.51
HSL47.1º60%30.39%-
HSV(B)47.1º75%48.63%-
XYZ13.5114.283.34-
YUV101.6688.13143.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.88%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 31 (12.5% from 255) = 11.97%
R=47.88%
G=40.15%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241043100.160.750.5147.16030.39
Hex7C681F0104B332f3c1e
Octal1741503702011363577436
Binary1111100110100011111010000100101111001110111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,31); }

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

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

 a { background-color: rgb(124,104,31); }

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

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

 span { border-color: rgb(124,104,31); }

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