#746116

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

Shades of Yukon Gold #746116

Tints of Yukon Gold #746116

Color information

#746116 (or 0x746116) is unknown color: approx Yukon Gold. HEX triplet: 74, 61 and 16. RGB value is (116,97,22). Sum of RGB (Red+Green+Blue) = 116+97+22=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #746116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746116 is #8B9EE9. Grayscale: #5E5E5E. Windows color (decimal): -9150186 or 1466740. OLE color: 1466740.

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

Color convert

RGB1169722-
CMYK00.160.810.55
HSL47.87º68.12%27.06%-
HSV(B)47.87º81.03%45.49%-
XYZ11.6212.322.52-
YUV94.1387.29143.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 22 (8.98% from 255) = 9.36%
R=49.36%
G=41.28%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116972200.160.810.5547.8768.1227.06
Hex746116010513730441b
Octal16414126020121676010433
Binary11101001100001101100100001010001110111110000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746116; }

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

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

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

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

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

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

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

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