#746219

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

Shades of Yukon Gold #746219

Tints of Yukon Gold #746219

Color information

#746219 (or 0x746219) is unknown color: approx Yukon Gold. HEX triplet: 74, 62 and 19. RGB value is (116,98,25). Sum of RGB (Red+Green+Blue) = 116+98+25=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #746219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746219 is #8B9DE6. Grayscale: #5F5F5F. Windows color (decimal): -9149927 or 1663604. OLE color: 1663604.

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

Color convert

RGB1169825-
CMYK00.160.780.55
HSL48.13º64.54%27.65%-
HSV(B)48.13º78.45%45.49%-
XYZ11.7512.522.72-
YUV95.0688.46142.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 25 (10.16% from 255) = 10.46%
R=48.54%
G=41.00%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116982500.160.780.5548.1364.5427.65
Hex7462190104E3730411c
Octal16414231020116676010134
Binary11101001100010110010100001001110110111110000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746219; }

 p { color: rgb(116,98,25); }

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

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

 a { background-color: rgb(116,98,25); }

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

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

 span { border-color: rgb(116,98,25); }

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