#7C6618

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

Shades of Yukon Gold #7C6618

Tints of Yukon Gold #7C6618

Color information

#7C6618 (or 0x7C6618) is unknown color: approx Yukon Gold. HEX triplet: 7C, 66 and 18. RGB value is (124,102,24). Sum of RGB (Red+Green+Blue) = 124+102+24=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6618 is #8399E7. Grayscale: #646464. Windows color (decimal): -8624616 or 1599100. OLE color: 1599100.

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

Color convert

RGB12410224-
CMYK00.180.810.51
HSL46.8º67.57%29.02%-
HSV(B)46.8º80.65%48.63%-
XYZ13.2313.852.84-
YUV99.6985.29145.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.6%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 24 (9.77% from 255) = 9.6%
R=49.6%
G=40.8%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241022400.180.810.5146.867.5729.02
Hex7C661801251332f441d
Octal17414630022121635710435
Binary11111001100110110000100101010001110011101111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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