#7E6304

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

Shades of Yukon Gold #7E6304

Tints of Yukon Gold #7E6304

Color information

#7E6304 (or 0x7E6304) is unknown color: approx Yukon Gold. HEX triplet: 7E, 63 and 04. RGB value is (126,99,4). Sum of RGB (Red+Green+Blue) = 126+99+4=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6304 is #819CFB. Grayscale: #606060. Windows color (decimal): -8494332 or 287614. OLE color: 287614.

HSL color Cylindrical-coordinate representation of color #7E6304: hue angle of 46.72º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E6304 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB126994-
CMYK00.210.970.51
HSL46.72º93.85%25.49%-
HSV(B)46.72º96.83%49.41%-
XYZ13.0913.372.01-
YUV96.2475.95149.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.02%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=55.02%
G=43.23%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12699400.210.970.5146.7293.8525.49
Hex7E63401561332f5e19
Octal1761434025141635713631
Binary111111011000111000101011100001110011101111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,99,4); }

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

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

 a { background-color: rgb(126,99,4); }

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

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

 span { border-color: rgb(126,99,4); }

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