#766111

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

Shades of Yukon Gold #766111

Tints of Yukon Gold #766111

Color information

#766111 (or 0x766111) is unknown color: approx Yukon Gold. HEX triplet: 76, 61 and 11. RGB value is (118,97,17). Sum of RGB (Red+Green+Blue) = 118+97+17=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #766111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766111 is #899EEE. Grayscale: #5E5E5E. Windows color (decimal): -9019119 or 1139062. OLE color: 1139062.

HSL color Cylindrical-coordinate representation of color #766111: hue angle of 47.52º 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 #766111 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1189717-
CMYK00.180.860.54
HSL47.52º74.81%26.47%-
HSV(B)47.52º85.59%46.27%-
XYZ11.8512.442.31-
YUV94.1684.46145-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 17 (7.03% from 255) = 7.33%
R=50.86%
G=41.81%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118971700.180.860.5447.5274.8126.47
Hex7661110125636304b1a
Octal16614121022126666011332
Binary11101101100001100010100101010110110110110000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766111; }

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

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

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

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

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

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

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

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