#776511

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

Shades of Yukon Gold #776511

Tints of Yukon Gold #776511

Color information

#776511 (or 0x776511) is unknown color: approx Yukon Gold. HEX triplet: 77, 65 and 11. RGB value is (119,101,17). Sum of RGB (Red+Green+Blue) = 119+101+17=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #776511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776511 is #889AEE. Grayscale: #616161. Windows color (decimal): -8952559 or 1140087. OLE color: 1140087.

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

Color convert

RGB11910117-
CMYK00.150.860.53
HSL49.41º75%26.67%-
HSV(B)49.41º85.71%46.67%-
XYZ12.3613.272.44-
YUV96.8182.96143.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=50.21%
G=42.62%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191011700.150.860.5349.417526.67
Hex7765110F5635314b1b
Octal16714521017126656111333
Binary1110111110010110001011111010110110101110001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776511; }

 p { color: rgb(119,101,17); }

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

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

 a { background-color: rgb(119,101,17); }

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

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

 span { border-color: rgb(119,101,17); }

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