#766B40

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

Shades of Yellow Metal #766B40

Tints of Yellow Metal #766B40

Color information

#766B40 (or 0x766B40) is unknown color: approx Yellow Metal. HEX triplet: 76, 6B and 40. RGB value is (118,107,64). Sum of RGB (Red+Green+Blue) = 118+107+64=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B40 is #8994BF. Grayscale: #696969. Windows color (decimal): -9016512 or 4221814. OLE color: 4221814.

HSL color Cylindrical-coordinate representation of color #766B40: hue angle of 47.78º 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 #766B40 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB11810764-
CMYK00.090.460.54
HSL47.78º29.67%35.69%-
HSV(B)47.78º45.76%46.27%-
XYZ13.6514.746.98-
YUV105.39104.64137-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=40.83%
G=37.02%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181076400.090.460.5447.7829.6735.69
Hex766B40092E36301e24
Octal1661531000115666603644
Binary1110110110101110000000100110111011011011000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766B40; }

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

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

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

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

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

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

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

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