#746107

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

Shades of Yukon Gold #746107

Tints of Yukon Gold #746107

Color information

#746107 (or 0x746107) is unknown color: approx Yukon Gold. HEX triplet: 74, 61 and 07. RGB value is (116,97,7). Sum of RGB (Red+Green+Blue) = 116+97+7=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #746107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746107 is #8B9EF8. Grayscale: #5C5C5C. Windows color (decimal): -9150201 or 483700. OLE color: 483700.

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

Color convert

RGB116977-
CMYK00.160.940.55
HSL49.54º88.62%24.12%-
HSV(B)49.54º93.97%45.49%-
XYZ11.5212.281.96-
YUV92.4279.79144.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.73%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 7 (3.12% from 255) = 3.18%
R=52.73%
G=44.09%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11697700.160.940.5549.5488.6224.12
Hex746170105E37325918
Octal1641417020136676213130
Binary111010011000011110100001011110110111110010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746107; }

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

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

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

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

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

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

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

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