#746517

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

Shades of Yukon Gold #746517

Tints of Yukon Gold #746517

Color information

#746517 (or 0x746517) is unknown color: approx Yukon Gold. HEX triplet: 74, 65 and 17. RGB value is (116,101,23). Sum of RGB (Red+Green+Blue) = 116+101+23=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746517 is #8B9AE8. Grayscale: #606060. Windows color (decimal): -9149161 or 1533300. OLE color: 1533300.

HSL color Cylindrical-coordinate representation of color #746517: hue angle of 50.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #746517 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB11610123-
CMYK00.130.800.55
HSL50.32º66.91%27.25%-
HSV(B)50.32º80.17%45.49%-
XYZ12.0113.082.7-
YUV96.5986.47141.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=48.33%
G=42.08%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161012300.130.800.5550.3266.9127.25
Hex7465170D503732431b
Octal16414527015120676210333
Binary1110100110010110111011011010000110111110010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746517; }

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

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

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

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

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

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

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

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