#776111

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

Shades of Yukon Gold #776111

Tints of Yukon Gold #776111

Color information

#776111 (or 0x776111) is unknown color: approx Yukon Gold. HEX triplet: 77, 61 and 11. RGB value is (119,97,17). Sum of RGB (Red+Green+Blue) = 119+97+17=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #776111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776111 is #889EEE. Grayscale: #5E5E5E. Windows color (decimal): -8953583 or 1139063. OLE color: 1139063.

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

Color convert

RGB1199717-
CMYK00.180.860.53
HSL47.06º75%26.67%-
HSV(B)47.06º85.71%46.67%-
XYZ11.9812.512.31-
YUV94.4684.29145.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 17 (7.03% from 255) = 7.30%
R=51.07%
G=41.63%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119971700.180.860.5347.067526.67
Hex77611101256352f4b1b
Octal16714121022126655711333
Binary11101111100001100010100101010110110101101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776111; }

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

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

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

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

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

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

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

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