#7C6610

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

Shades of Yukon Gold #7C6610

Tints of Yukon Gold #7C6610

Color information

#7C6610 (or 0x7C6610) is unknown color: approx Yukon Gold. HEX triplet: 7C, 66 and 10. RGB value is (124,102,16). Sum of RGB (Red+Green+Blue) = 124+102+16=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6610 is #8399EF. Grayscale: #636363. Windows color (decimal): -8624624 or 1074812. OLE color: 1074812.

HSL color Cylindrical-coordinate representation of color #7C6610: hue angle of 47.78º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C6610 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB12410216-
CMYK00.180.870.51
HSL47.78º77.14%27.45%-
HSV(B)47.78º87.1%48.63%-
XYZ13.1613.832.47-
YUV98.7781.29145.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 16 (6.64% from 255) = 6.61%
R=51.24%
G=42.15%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241021600.180.870.5147.7877.1427.45
Hex7C66100125733304d1b
Octal17414620022127636011533
Binary11111001100110100000100101010111110011110000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,102,16); }

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

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

 a { background-color: rgb(124,102,16); }

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

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

 span { border-color: rgb(124,102,16); }

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