#7C6D1F

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

Shades of Yukon Gold #7C6D1F

Tints of Yukon Gold #7C6D1F

Color information

#7C6D1F (or 0x7C6D1F) is unknown color: approx Yukon Gold. HEX triplet: 7C, 6D and 1F. RGB value is (124,109,31). Sum of RGB (Red+Green+Blue) = 124+109+31=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6D1F is #8392E0. Grayscale: #686868. Windows color (decimal): -8622817 or 2059644. OLE color: 2059644.

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

Color convert

RGB12410931-
CMYK00.120.750.51
HSL50.32º60%30.39%-
HSV(B)50.32º75%48.63%-
XYZ14.0315.323.51-
YUV104.5986.47141.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.97%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=46.97%
G=41.29%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241093100.120.750.5150.326030.39
Hex7C6D1F0C4B33323c1e
Octal1741553701411363627436
Binary111110011011011111101100100101111001111001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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