#776640

Color #776640 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #776640

Tints of Yellow Metal #776640

Color information

#776640 (or 0x776640) is unknown color: approx Yellow Metal. HEX triplet: 77, 66 and 40. RGB value is (119,102,64). Sum of RGB (Red+Green+Blue) = 119+102+64=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776640 is #8899BF. Grayscale: #666666. Windows color (decimal): -8952256 or 4220535. OLE color: 4220535.

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

Color convert

RGB11910264-
CMYK00.140.460.53
HSL41.45º30.05%35.88%-
HSV(B)41.45º46.22%46.67%-
XYZ13.2813.796.81-
YUV102.75106.13139.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=41.75%
G=35.79%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191026400.140.460.5341.4530.0535.88
Hex7766400E2E35291e24
Octal1671461000165665513644
Binary1110111110011010000000111010111011010110100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776640; }

 p { color: rgb(119,102,64); }

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

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

 a { background-color: rgb(119,102,64); }

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

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

 span { border-color: rgb(119,102,64); }

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