#7C6412

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

Shades of Yukon Gold #7C6412

Tints of Yukon Gold #7C6412

Color information

#7C6412 (or 0x7C6412) is unknown color: approx Yukon Gold. HEX triplet: 7C, 64 and 12. RGB value is (124,100,18). Sum of RGB (Red+Green+Blue) = 124+100+18=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6412 is #839BED. Grayscale: #626262. Windows color (decimal): -8625134 or 1205372. OLE color: 1205372.

HSL color Cylindrical-coordinate representation of color #7C6412: hue angle of 46.42º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C6412 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB12410018-
CMYK00.190.850.51
HSL46.42º74.65%27.84%-
HSV(B)46.42º85.48%48.63%-
XYZ12.9813.442.48-
YUV97.8382.95146.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 18 (7.42% from 255) = 7.44%
R=51.24%
G=41.32%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241001800.190.850.5146.4274.6527.84
Hex7C641201355332e4b1c
Octal17414422023125635611334
Binary11111001100100100100100111010101110011101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,100,18); }

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

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

 a { background-color: rgb(124,100,18); }

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

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

 span { border-color: rgb(124,100,18); }

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