#7C6108

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

Shades of Yukon Gold #7C6108

Tints of Yukon Gold #7C6108

Color information

#7C6108 (or 0x7C6108) is unknown color: approx Yukon Gold. HEX triplet: 7C, 61 and 08. RGB value is (124,97,8). Sum of RGB (Red+Green+Blue) = 124+97+8=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6108 is #839EF7. Grayscale: #5F5F5F. Windows color (decimal): -8625912 or 549244. OLE color: 549244.

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

Color convert

RGB124978-
CMYK00.220.940.51
HSL46.03º87.88%25.88%-
HSV(B)46.03º93.55%48.63%-
XYZ12.6312.852.04-
YUV94.9378.95148.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.15%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=54.15%
G=42.36%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12497800.220.940.5146.0387.8825.88
Hex7C6180165E332e581a
Octal17414110026136635613032
Binary1111100110000110000101101011110110011101110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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