#7C6718

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

Shades of Yukon Gold #7C6718

Tints of Yukon Gold #7C6718

Color information

#7C6718 (or 0x7C6718) is unknown color: approx Yukon Gold. HEX triplet: 7C, 67 and 18. RGB value is (124,103,24). Sum of RGB (Red+Green+Blue) = 124+103+24=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6718 is #8398E7. Grayscale: #646464. Windows color (decimal): -8624360 or 1599356. OLE color: 1599356.

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

Color convert

RGB12410324-
CMYK00.170.810.51
HSL47.4º67.57%29.02%-
HSV(B)47.4º80.65%48.63%-
XYZ13.3314.052.87-
YUV100.2784.96144.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.40%
GREEN value IS 103 (40.62% from 255) = 41.04%
BLUE value IS 24 (9.77% from 255) = 9.56%
R=49.40%
G=41.04%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241032400.170.810.5147.467.5729.02
Hex7C671801151332f441d
Octal17414730021121635710435
Binary11111001100111110000100011010001110011101111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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