#7C6406

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

Shades of Yukon Gold #7C6406

Tints of Yukon Gold #7C6406

Color information

#7C6406 (or 0x7C6406) is unknown color: approx Yukon Gold. HEX triplet: 7C, 64 and 06. RGB value is (124,100,6). Sum of RGB (Red+Green+Blue) = 124+100+6=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6406 is #839BF9. Grayscale: #606060. Windows color (decimal): -8625146 or 418940. OLE color: 418940.

HSL color Cylindrical-coordinate representation of color #7C6406: hue angle of 47.8º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C6406 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB1241006-
CMYK00.190.950.51
HSL47.8º90.77%25.49%-
HSV(B)47.8º95.16%48.63%-
XYZ12.913.412.08-
YUV96.4676.95147.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.91%
GREEN value IS 100 (39.45% from 255) = 43.48%
BLUE value IS 6 (2.73% from 255) = 2.61%
R=53.91%
G=43.48%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124100600.190.950.5147.890.7725.49
Hex7C6460135F33305b19
Octal1741446023137636013331
Binary111110011001001100100111011111110011110000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,100,6); }

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

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

 a { background-color: rgb(124,100,6); }

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

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

 span { border-color: rgb(124,100,6); }

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