#7C6A09

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

Shades of Yukon Gold #7C6A09

Tints of Yukon Gold #7C6A09

Color information

#7C6A09 (or 0x7C6A09) is unknown color: approx Yukon Gold. HEX triplet: 7C, 6A and 09. RGB value is (124,106,9). Sum of RGB (Red+Green+Blue) = 124+106+9=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6A09 is #8395F6. Grayscale: #646464. Windows color (decimal): -8623607 or 617084. OLE color: 617084.

HSL color Cylindrical-coordinate representation of color #7C6A09: hue angle of 50.61º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C6A09 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB1241069-
CMYK00.150.930.51
HSL50.61º86.47%26.08%-
HSV(B)50.61º92.74%48.63%-
XYZ13.5214.612.37-
YUV100.3276.46144.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.88%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 9 (3.91% from 255) = 3.77%
R=51.88%
G=44.35%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124106900.150.930.5150.6186.4726.08
Hex7C6A90F5D3333561a
Octal17415211017135636312632
Binary111110011010101001011111011101110011110011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,9); }

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

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

 a { background-color: rgb(124,106,9); }

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

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

 span { border-color: rgb(124,106,9); }

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