#766419

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

Shades of Yukon Gold #766419

Tints of Yukon Gold #766419

Color information

#766419 (or 0x766419) is unknown color: approx Yukon Gold. HEX triplet: 76, 64 and 19. RGB value is (118,100,25). Sum of RGB (Red+Green+Blue) = 118+100+25=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #766419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766419 is #899BE6. Grayscale: #616161. Windows color (decimal): -9018343 or 1664118. OLE color: 1664118.

HSL color Cylindrical-coordinate representation of color #766419: hue angle of 48.39º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #766419 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB11810025-
CMYK00.150.790.54
HSL48.39º65.03%28.04%-
HSV(B)48.39º78.81%46.27%-
XYZ12.213.042.79-
YUV96.8387.46143.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 100 (39.45% from 255) = 41.15%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=48.56%
G=41.15%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181002500.150.790.5448.3965.0328.04
Hex7664190F4F3630411c
Octal16614431017117666010134
Binary1110110110010011001011111001111110110110000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766419; }

 p { color: rgb(118,100,25); }

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

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

 a { background-color: rgb(118,100,25); }

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

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

 span { border-color: rgb(118,100,25); }

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