#7c6d14

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

Shades of Yukon Gold #7C6D14

Tints of Yukon Gold #7C6D14

Color information

#7C6D14 (or 0x7C6D14) is unknown color: approx Yukon Gold. HEX triplet: 7C, 6D and 14. RGB value is (124,109,20). Sum of RGB (Red+Green+Blue) = 124+109+20=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6D14 is #8392EB. Grayscale: #676767. Windows color (decimal): -8622828 or 1338748. OLE color: 1338748.

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

Color convert

RGB12410920-
CMYK00.120.840.51
HSL51.35º72.22%28.24%-
HSV(B)51.35º83.87%48.63%-
XYZ13.9115.272.88-
YUV103.3480.97142.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 109 (42.97% from 255) = 43.08%
BLUE value IS 20 (8.20% from 255) = 7.91%
R=49.01%
G=43.08%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241092000.120.840.5151.3572.2228.24
Hex7C6D140C543333481c
Octal17415524014124636311034
Binary1111100110110110100011001010100110011110011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c6d14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,109,20); }

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

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

 a { background-color: rgb(124,109,20); }

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

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

 span { border-color: rgb(124,109,20); }

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