#746304

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

Shades of Yukon Gold #746304

Tints of Yukon Gold #746304

Color information

#746304 (or 0x746304) is unknown color: approx Yukon Gold. HEX triplet: 74, 63 and 04. RGB value is (116,99,4). Sum of RGB (Red+Green+Blue) = 116+99+4=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #746304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746304 is #8B9CFB. Grayscale: #5D5D5D. Windows color (decimal): -9149692 or 287604. OLE color: 287604.

HSL color Cylindrical-coordinate representation of color #746304: hue angle of 50.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #746304 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116994-
CMYK00.150.970.55
HSL50.89º93.33%23.53%-
HSV(B)50.89º96.55%45.49%-
XYZ11.6912.651.94-
YUV93.2577.63144.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=52.97%
G=45.21%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11699400.150.970.5550.8993.3323.53
Hex746340F6137335d18
Octal1641434017141676313530
Binary11101001100011100011111100001110111110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746304; }

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

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

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

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

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

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

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

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