#7C680B

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

Shades of Yukon Gold #7C680B

Tints of Yukon Gold #7C680B

Color information

#7C680B (or 0x7C680B) is unknown color: approx Yukon Gold. HEX triplet: 7C, 68 and 0B. RGB value is (124,104,11). Sum of RGB (Red+Green+Blue) = 124+104+11=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C680B is #8397F4. Grayscale: #636363. Windows color (decimal): -8624117 or 747644. OLE color: 747644.

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

Color convert

RGB12410411-
CMYK00.160.910.51
HSL49.38º83.7%26.47%-
HSV(B)49.38º91.13%48.63%-
XYZ13.3214.212.36-
YUV99.3878.13145.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.88%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 11 (4.69% from 255) = 4.60%
R=51.88%
G=43.51%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241041100.160.910.5149.3883.726.47
Hex7C68B0105B3331541a
Octal17415013020133636112432
Binary1111100110100010110100001011011110011110001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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