#766640

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

Shades of Yellow Metal #766640

Tints of Yellow Metal #766640

Color information

#766640 (or 0x766640) is unknown color: approx Yellow Metal. HEX triplet: 76, 66 and 40. RGB value is (118,102,64). Sum of RGB (Red+Green+Blue) = 118+102+64=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #766640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766640 is #8999BF. Grayscale: #666666. Windows color (decimal): -9017792 or 4220534. OLE color: 4220534.

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

Color convert

RGB11810264-
CMYK00.140.460.54
HSL42.22º29.67%35.69%-
HSV(B)42.22º45.76%46.27%-
XYZ13.1513.726.81-
YUV102.45106.3139.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=41.55%
G=35.92%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181026400.140.460.5442.2229.6735.69
Hex7666400E2E362a1e24
Octal1661461000165666523644
Binary1110110110011010000000111010111011011010101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766640; }

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

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

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

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

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

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

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

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