#776020

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

Shades of Yukon Gold #776020

Tints of Yukon Gold #776020

Color information

#776020 (or 0x776020) is unknown color: approx Yukon Gold. HEX triplet: 77, 60 and 20. RGB value is (119,96,32). Sum of RGB (Red+Green+Blue) = 119+96+32=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #776020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776020 is #889FDF. Grayscale: #5F5F5F. Windows color (decimal): -8953824 or 2121847. OLE color: 2121847.

HSL color Cylindrical-coordinate representation of color #776020: hue angle of 44.14º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #776020 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1199632-
CMYK00.190.730.53
HSL44.14º57.62%29.61%-
HSV(B)44.14º73.11%46.67%-
XYZ12.0512.393.12-
YUV95.5892.12144.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 32 (12.89% from 255) = 12.96%
R=48.18%
G=38.87%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119963200.190.730.5344.1457.6229.61
Hex77602001349352c3a1e
Octal1671404002311165547236
Binary11101111100000100000010011100100111010110110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776020; }

 p { color: rgb(119,96,32); }

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

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

 a { background-color: rgb(119,96,32); }

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

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

 span { border-color: rgb(119,96,32); }

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