#7E6A0C

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

Shades of Yukon Gold #7E6A0C

Tints of Yukon Gold #7E6A0C

Color information

#7E6A0C (or 0x7E6A0C) is unknown color: approx Yukon Gold. HEX triplet: 7E, 6A and 0C. RGB value is (126,106,12). Sum of RGB (Red+Green+Blue) = 126+106+12=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6A0C is #8195F3. Grayscale: #656565. Windows color (decimal): -8492532 or 813694. OLE color: 813694.

HSL color Cylindrical-coordinate representation of color #7E6A0C: hue angle of 49.47º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E6A0C is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB12610612-
CMYK00.160.900.51
HSL49.47º82.61%27.06%-
HSV(B)49.47º90.48%49.41%-
XYZ13.8214.772.47-
YUV101.2677.63145.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.64%
GREEN value IS 106 (41.80% from 255) = 43.44%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=51.64%
G=43.44%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261061200.160.900.5149.4782.6127.06
Hex7E6AC0105A3331531b
Octal17615214020132636112333
Binary1111110110101011000100001011010110011110001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,106,12); }

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

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

 a { background-color: rgb(126,106,12); }

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

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

 span { border-color: rgb(126,106,12); }

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