#776516

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

Shades of Yukon Gold #776516

Tints of Yukon Gold #776516

Color information

#776516 (or 0x776516) is unknown color: approx Yukon Gold. HEX triplet: 77, 65 and 16. RGB value is (119,101,22). Sum of RGB (Red+Green+Blue) = 119+101+22=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #776516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776516 is #889AE9. Grayscale: #616161. Windows color (decimal): -8952554 or 1467767. OLE color: 1467767.

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

Color convert

RGB11910122-
CMYK00.150.820.53
HSL48.87º68.79%27.65%-
HSV(B)48.87º81.51%46.67%-
XYZ12.4113.292.67-
YUV97.3885.46143.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=49.17%
G=41.74%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191012200.150.820.5348.8768.7927.65
Hex7765160F523531451c
Octal16714526017122656110534
Binary1110111110010110110011111010010110101110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776516; }

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

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

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

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

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

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

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

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