#776416

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

Shades of Yukon Gold #776416

Tints of Yukon Gold #776416

Color information

#776416 (or 0x776416) is unknown color: approx Yukon Gold. HEX triplet: 77, 64 and 16. RGB value is (119,100,22). Sum of RGB (Red+Green+Blue) = 119+100+22=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #776416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776416 is #889BE9. Grayscale: #616161. Windows color (decimal): -8952810 or 1467511. OLE color: 1467511.

HSL color Cylindrical-coordinate representation of color #776416: hue angle of 48.25º 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 #776416 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB11910022-
CMYK00.160.820.53
HSL48.25º68.79%27.65%-
HSV(B)48.25º81.51%46.67%-
XYZ12.3113.092.64-
YUV96.7985.79143.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=49.38%
G=41.49%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191002200.160.820.5348.2568.7927.65
Hex776416010523530451c
Octal16714426020122656010534
Binary11101111100100101100100001010010110101110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776416; }

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

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

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

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

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

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

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

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