#766411

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

Shades of Yukon Gold #766411

Tints of Yukon Gold #766411

Color information

#766411 (or 0x766411) is unknown color: approx Yukon Gold. HEX triplet: 76, 64 and 11. RGB value is (118,100,17). Sum of RGB (Red+Green+Blue) = 118+100+17=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #766411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766411 is #899BEE. Grayscale: #606060. Windows color (decimal): -9018351 or 1139830. OLE color: 1139830.

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

Color convert

RGB11810017-
CMYK00.150.860.54
HSL49.31º74.81%26.47%-
HSV(B)49.31º85.59%46.27%-
XYZ12.1313.012.4-
YUV95.9283.46143.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 17 (7.03% from 255) = 7.23%
R=50.21%
G=42.55%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181001700.150.860.5449.3174.8126.47
Hex7664110F5636314b1a
Octal16614421017126666111332
Binary1110110110010010001011111010110110110110001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766411; }

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

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

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

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

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

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

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

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