#7C6102

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

Shades of Yukon Gold #7C6102

Tints of Yukon Gold #7C6102

Color information

#7C6102 (or 0x7C6102) is unknown color: approx Yukon Gold. HEX triplet: 7C, 61 and 02. RGB value is (124,97,2). Sum of RGB (Red+Green+Blue) = 124+97+2=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6102 is #839EFD. Grayscale: #5E5E5E. Windows color (decimal): -8625918 or 156028. OLE color: 156028.

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

Color convert

RGB124972-
CMYK00.220.980.51
HSL46.72º96.83%24.71%-
HSV(B)46.72º98.39%48.63%-
XYZ12.612.841.87-
YUV94.2475.95149.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.61%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=55.61%
G=43.50%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12497200.220.980.5146.7296.8324.71
Hex7C61201662332f6119
Octal1741412026142635714131
Binary11111001100001100101101100010110011101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,2); }

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

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

 a { background-color: rgb(124,97,2); }

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

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

 span { border-color: rgb(124,97,2); }

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