#776415

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

Shades of Yukon Gold #776415

Tints of Yukon Gold #776415

Color information

#776415 (or 0x776415) is unknown color: approx Yukon Gold. HEX triplet: 77, 64 and 15. RGB value is (119,100,21). Sum of RGB (Red+Green+Blue) = 119+100+21=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #776415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776415 is #889BEA. Grayscale: #616161. Windows color (decimal): -8952811 or 1401975. OLE color: 1401975.

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

Color convert

RGB11910021-
CMYK00.160.820.53
HSL48.37º70%27.45%-
HSV(B)48.37º82.35%46.67%-
XYZ12.313.092.59-
YUV96.6885.29143.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=49.58%
G=41.67%
B=8.75%

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
Decimal1191002100.160.820.5348.377027.45
Hex776415010523530461b
Octal16714425020122656010633
Binary11101111100100101010100001010010110101110000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776415; }

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

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

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

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

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

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

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

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