#7C6716

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

Shades of Yukon Gold #7C6716

Tints of Yukon Gold #7C6716

Color information

#7C6716 (or 0x7C6716) is unknown color: approx Yukon Gold. HEX triplet: 7C, 67 and 16. RGB value is (124,103,22). Sum of RGB (Red+Green+Blue) = 124+103+22=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6716 is #8398E9. Grayscale: #646464. Windows color (decimal): -8624362 or 1468284. OLE color: 1468284.

HSL color Cylindrical-coordinate representation of color #7C6716: hue angle of 47.65º 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 #7C6716 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB12410322-
CMYK00.170.820.51
HSL47.65º69.86%28.63%-
HSV(B)47.65º82.26%48.63%-
XYZ13.3114.042.77-
YUV100.0483.96145.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.80%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=49.80%
G=41.37%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241032200.170.820.5147.6569.8628.63
Hex7C6716011523330461d
Octal17414726021122636010635
Binary11111001100111101100100011010010110011110000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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