#776C16

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

Shades of Yukon Gold #776C16

Tints of Yukon Gold #776C16

Color information

#776C16 (or 0x776C16) is unknown color: approx Yukon Gold. HEX triplet: 77, 6C and 16. RGB value is (119,108,22). Sum of RGB (Red+Green+Blue) = 119+108+22=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #776C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C16 is #8893E9. Grayscale: #656565. Windows color (decimal): -8950762 or 1469559. OLE color: 1469559.

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

Color convert

RGB11910822-
CMYK00.090.820.53
HSL53.2º68.79%27.65%-
HSV(B)53.2º81.51%46.67%-
XYZ13.1214.72.91-
YUV101.4883.14140.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 108 (42.58% from 255) = 43.37%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=47.79%
G=43.37%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191082200.090.820.5353.268.7927.65
Hex776C1609523535451c
Octal16715426011122656510534
Binary1110111110110010110010011010010110101110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C16; }

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

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

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

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

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

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

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

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