#7C6812

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

Shades of Yukon Gold #7C6812

Tints of Yukon Gold #7C6812

Color information

#7C6812 (or 0x7C6812) is unknown color: approx Yukon Gold. HEX triplet: 7C, 68 and 12. RGB value is (124,104,18). Sum of RGB (Red+Green+Blue) = 124+104+18=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6812 is #8397ED. Grayscale: #646464. Windows color (decimal): -8624110 or 1206396. OLE color: 1206396.

HSL color Cylindrical-coordinate representation of color #7C6812: hue angle of 48.68º 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 #7C6812 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB12410418-
CMYK00.160.850.51
HSL48.68º74.65%27.84%-
HSV(B)48.68º85.48%48.63%-
XYZ13.3714.232.61-
YUV100.1881.63144.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.41%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=50.41%
G=42.28%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241041800.160.850.5148.6874.6527.84
Hex7C68120105533314b1c
Octal17415022020125636111334
Binary11111001101000100100100001010101110011110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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