#746104

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

Shades of Yukon Gold #746104

Tints of Yukon Gold #746104

Color information

#746104 (or 0x746104) is unknown color: approx Yukon Gold. HEX triplet: 74, 61 and 04. RGB value is (116,97,4). Sum of RGB (Red+Green+Blue) = 116+97+4=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #746104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746104 is #8B9EFB. Grayscale: #5C5C5C. Windows color (decimal): -9150204 or 287092. OLE color: 287092.

HSL color Cylindrical-coordinate representation of color #746104: hue angle of 49.82º 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 #746104 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116974-
CMYK00.160.970.55
HSL49.82º93.33%23.53%-
HSV(B)49.82º96.55%45.49%-
XYZ11.512.271.88-
YUV92.0878.29145.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 4 (1.95% from 255) = 1.84%
R=53.46%
G=44.70%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11697400.160.970.5549.8293.3323.53
Hex746140106137325d18
Octal1641414020141676213530
Binary111010011000011000100001100001110111110010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746104; }

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

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

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

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

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

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

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

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