#766811

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

Shades of Yukon Gold #766811

Tints of Yukon Gold #766811

Color information

#766811 (or 0x766811) is unknown color: approx Yukon Gold. HEX triplet: 76, 68 and 11. RGB value is (118,104,17). Sum of RGB (Red+Green+Blue) = 118+104+17=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #766811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766811 is #8997EE. Grayscale: #626262. Windows color (decimal): -9017327 or 1140854. OLE color: 1140854.

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

Color convert

RGB11810417-
CMYK00.120.860.54
HSL51.68º74.81%26.47%-
HSV(B)51.68º85.59%46.27%-
XYZ12.5213.792.53-
YUV98.2782.14142.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 17 (7.03% from 255) = 7.11%
R=49.37%
G=43.51%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181041700.120.860.5451.6874.8126.47
Hex7668110C5636344b1a
Octal16615021014126666411332
Binary1110110110100010001011001010110110110110100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766811; }

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

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

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

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

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

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

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

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