#7C6E1F

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

Shades of Yukon Gold #7C6E1F

Tints of Yukon Gold #7C6E1F

Color information

#7C6E1F (or 0x7C6E1F) is unknown color: approx Yukon Gold. HEX triplet: 7C, 6E and 1F. RGB value is (124,110,31). Sum of RGB (Red+Green+Blue) = 124+110+31=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6E1F is #8391E0. Grayscale: #696969. Windows color (decimal): -8622561 or 2059900. OLE color: 2059900.

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

Color convert

RGB12411031-
CMYK00.110.750.51
HSL50.97º60%30.39%-
HSV(B)50.97º75%48.63%-
XYZ14.1415.543.55-
YUV105.1886.14141.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.79%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 31 (12.5% from 255) = 11.70%
R=46.79%
G=41.51%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241103100.110.750.5150.976030.39
Hex7C6E1F0B4B33333c1e
Octal1741563701311363637436
Binary111110011011101111101011100101111001111001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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