#7C6B29

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

Shades of Yukon Gold #7C6B29

Tints of Yukon Gold #7C6B29

Color information

#7C6B29 (or 0x7C6B29) is unknown color: approx Yukon Gold. HEX triplet: 7C, 6B and 29. RGB value is (124,107,41). Sum of RGB (Red+Green+Blue) = 124+107+41=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6B29 is #8394D6. Grayscale: #686868. Windows color (decimal): -8623319 or 2714492. OLE color: 2714492.

HSL color Cylindrical-coordinate representation of color #7C6B29: hue angle of 47.71º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C6B29 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB12410741-
CMYK00.140.670.51
HSL47.71º50.3%32.35%-
HSV(B)47.71º66.94%48.63%-
XYZ13.9714.964.25-
YUV104.5692.13141.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.59%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=45.59%
G=39.34%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241074100.140.670.5147.7150.332.35
Hex7C6B290E4333303220
Octal1741535101610363606240
Binary11111001101011101001011101000011110011110000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,107,41); }

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

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

 a { background-color: rgb(124,107,41); }

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

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

 span { border-color: rgb(124,107,41); }

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