#7C6816

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

Shades of Yukon Gold #7C6816

Tints of Yukon Gold #7C6816

Color information

#7C6816 (or 0x7C6816) is unknown color: approx Yukon Gold. HEX triplet: 7C, 68 and 16. RGB value is (124,104,22). Sum of RGB (Red+Green+Blue) = 124+104+22=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6816 is #8397E9. Grayscale: #646464. Windows color (decimal): -8624106 or 1468540. OLE color: 1468540.

HSL color Cylindrical-coordinate representation of color #7C6816: hue angle of 48.24º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C6816 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB12410422-
CMYK00.160.820.51
HSL48.24º69.86%28.63%-
HSV(B)48.24º82.26%48.63%-
XYZ13.4114.242.8-
YUV100.6383.63144.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.6%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=49.6%
G=41.6%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241042200.160.820.5148.2469.8628.63
Hex7C6816010523330461d
Octal17415026020122636010635
Binary11111001101000101100100001010010110011110000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,22); }

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

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

 a { background-color: rgb(124,104,22); }

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

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

 span { border-color: rgb(124,104,22); }

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