#7C6E1A

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

Shades of Yukon Gold #7C6E1A

Tints of Yukon Gold #7C6E1A

Color information

#7C6E1A (or 0x7C6E1A) is unknown color: approx Yukon Gold. HEX triplet: 7C, 6E and 1A. RGB value is (124,110,26). Sum of RGB (Red+Green+Blue) = 124+110+26=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6E1A is #8391E5. Grayscale: #686868. Windows color (decimal): -8622566 or 1732220. OLE color: 1732220.

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

Color convert

RGB12411026-
CMYK00.110.790.51
HSL51.43º65.33%29.41%-
HSV(B)51.43º79.03%48.63%-
XYZ14.0715.513.23-
YUV104.6183.64141.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.69%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 26 (10.55% from 255) = 10%
R=47.69%
G=42.31%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241102600.110.790.5151.4365.3329.41
Hex7C6E1A0B4F3333411d
Octal17415632013117636310135
Binary1111100110111011010010111001111110011110011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,110,26); }

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

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

 a { background-color: rgb(124,110,26); }

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

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

 span { border-color: rgb(124,110,26); }

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