#746017

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

Shades of Yukon Gold #746017

Tints of Yukon Gold #746017

Color information

#746017 (or 0x746017) is unknown color: approx Yukon Gold. HEX triplet: 74, 60 and 17. RGB value is (116,96,23). Sum of RGB (Red+Green+Blue) = 116+96+23=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #746017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746017 is #8B9FE8. Grayscale: #5D5D5D. Windows color (decimal): -9150441 or 1532020. OLE color: 1532020.

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

Color convert

RGB1169623-
CMYK00.170.800.55
HSL47.1º66.91%27.25%-
HSV(B)47.1º80.17%45.49%-
XYZ11.5412.142.55-
YUV93.6688.13143.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 23 (9.38% from 255) = 9.79%
R=49.36%
G=40.85%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116962300.170.800.5547.166.9127.25
Hex74601701150372f431b
Octal16414027021120675710333
Binary11101001100000101110100011010000110111101111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746017; }

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

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

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

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

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

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

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

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