#766A3C

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

Shades of Yellow Metal #766A3C

Tints of Yellow Metal #766A3C

Color information

#766A3C (or 0x766A3C) is unknown color: approx Yellow Metal. HEX triplet: 76, 6A and 3C. RGB value is (118,106,60). Sum of RGB (Red+Green+Blue) = 118+106+60=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #766A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A3C is #8995C3. Grayscale: #686868. Windows color (decimal): -9016772 or 3959414. OLE color: 3959414.

HSL color Cylindrical-coordinate representation of color #766A3C: hue angle of 47.59º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766A3C is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB11810660-
CMYK00.100.490.54
HSL47.59º32.58%34.9%-
HSV(B)47.59º49.15%46.27%-
XYZ13.4414.496.36-
YUV104.34102.98137.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=41.55%
G=37.32%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181066000.100.490.5447.5932.5834.9
Hex766A3C0A3136302123
Octal166152740126166604143
Binary1110110110101011110001010110001110110110000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,106,60); }

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

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

 a { background-color: rgb(118,106,60); }

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

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

 span { border-color: rgb(118,106,60); }

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