#766011

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

Shades of Yukon Gold #766011

Tints of Yukon Gold #766011

Color information

#766011 (or 0x766011) is unknown color: approx Yukon Gold. HEX triplet: 76, 60 and 11. RGB value is (118,96,17). Sum of RGB (Red+Green+Blue) = 118+96+17=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #766011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766011 is #899FEE. Grayscale: #5D5D5D. Windows color (decimal): -9019375 or 1138806. OLE color: 1138806.

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

Color convert

RGB1189617-
CMYK00.190.860.54
HSL46.93º74.81%26.47%-
HSV(B)46.93º85.59%46.27%-
XYZ11.7612.262.28-
YUV93.5784.79145.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=51.08%
G=41.56%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118961700.190.860.5446.9374.8126.47
Hex76601101356362f4b1a
Octal16614021023126665711332
Binary11101101100000100010100111010110110110101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766011; }

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

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

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

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

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

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

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

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