#746420

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

Shades of Yukon Gold #746420

Tints of Yukon Gold #746420

Color information

#746420 (or 0x746420) is unknown color: approx Yukon Gold. HEX triplet: 74, 64 and 20. RGB value is (116,100,32). Sum of RGB (Red+Green+Blue) = 116+100+32=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #746420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746420 is #8B9BDF. Grayscale: #616161. Windows color (decimal): -9149408 or 2122868. OLE color: 2122868.

HSL color Cylindrical-coordinate representation of color #746420: hue angle of 48.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #746420 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11610032-
CMYK00.140.720.55
HSL48.57º56.76%29.02%-
HSV(B)48.57º72.41%45.49%-
XYZ12.0212.933.23-
YUV97.0391.3141.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=46.77%
G=40.32%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161003200.140.720.5548.5756.7629.02
Hex7464200E483731391d
Octal1641444001611067617135
Binary1110100110010010000001110100100011011111000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746420; }

 p { color: rgb(116,100,32); }

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

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

 a { background-color: rgb(116,100,32); }

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

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

 span { border-color: rgb(116,100,32); }

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