#7E6C0D

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

Shades of Yukon Gold #7E6C0D

Tints of Yukon Gold #7E6C0D

Color information

#7E6C0D (or 0x7E6C0D) is unknown color: approx Yukon Gold. HEX triplet: 7E, 6C and 0D. RGB value is (126,108,13). Sum of RGB (Red+Green+Blue) = 126+108+13=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6C0D is #8193F2. Grayscale: #666666. Windows color (decimal): -8492019 or 879742. OLE color: 879742.

HSL color Cylindrical-coordinate representation of color #7E6C0D: hue angle of 50.44º degrees, saturation: 0.81, 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 #7E6C0D is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB12610813-
CMYK00.140.900.51
HSL50.44º81.29%27.25%-
HSV(B)50.44º89.68%49.41%-
XYZ14.0415.192.57-
YUV102.5577.46144.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.01%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 13 (5.47% from 255) = 5.26%
R=51.01%
G=43.72%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261081300.140.900.5150.4481.2927.25
Hex7E6CD0E5A3332511b
Octal17615415016132636212133
Binary111111011011001101011101011010110011110010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,108,13); }

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

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

 a { background-color: rgb(126,108,13); }

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

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

 span { border-color: rgb(126,108,13); }

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