#7C6D10

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

Shades of Yukon Gold #7C6D10

Tints of Yukon Gold #7C6D10

Color information

#7C6D10 (or 0x7C6D10) is unknown color: approx Yukon Gold. HEX triplet: 7C, 6D and 10. RGB value is (124,109,16). Sum of RGB (Red+Green+Blue) = 124+109+16=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6D10 is #8392EF. Grayscale: #676767. Windows color (decimal): -8622832 or 1076604. OLE color: 1076604.

HSL color Cylindrical-coordinate representation of color #7C6D10: hue angle of 51.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C6D10 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB12410916-
CMYK00.120.870.51
HSL51.67º77.14%27.45%-
HSV(B)51.67º87.1%48.63%-
XYZ13.8715.262.7-
YUV102.8878.97143.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.80%
GREEN value IS 109 (42.97% from 255) = 43.78%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=49.80%
G=43.78%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241091600.120.870.5151.6777.1427.45
Hex7C6D100C5733344d1b
Octal17415520014127636411533
Binary1111100110110110000011001010111110011110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,109,16); }

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

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

 a { background-color: rgb(124,109,16); }

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

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

 span { border-color: rgb(124,109,16); }

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