#746511

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

Shades of Yukon Gold #746511

Tints of Yukon Gold #746511

Color information

#746511 (or 0x746511) is unknown color: approx Yukon Gold. HEX triplet: 74, 65 and 11. RGB value is (116,101,17). Sum of RGB (Red+Green+Blue) = 116+101+17=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #746511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746511 is #8B9AEE. Grayscale: #606060. Windows color (decimal): -9149167 or 1140084. OLE color: 1140084.

HSL color Cylindrical-coordinate representation of color #746511: hue angle of 50.91º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #746511 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB11610117-
CMYK00.130.850.55
HSL50.91º74.44%26.08%-
HSV(B)50.91º85.34%45.49%-
XYZ11.9613.062.42-
YUV95.9183.47142.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 101 (39.84% from 255) = 43.16%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=49.57%
G=43.16%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161011700.130.850.5550.9174.4426.08
Hex7465110D5537334a1a
Octal16414521015125676311232
Binary1110100110010110001011011010101110111110011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746511; }

 p { color: rgb(116,101,17); }

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

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

 a { background-color: rgb(116,101,17); }

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

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

 span { border-color: rgb(116,101,17); }

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