#766A3B

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

Shades of Yellow Metal #766A3B

Tints of Yellow Metal #766A3B

Color information

#766A3B (or 0x766A3B) is unknown color: approx Yellow Metal. HEX triplet: 76, 6A and 3B. RGB value is (118,106,59). Sum of RGB (Red+Green+Blue) = 118+106+59=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A3B is #8995C4. Grayscale: #686868. Windows color (decimal): -9016773 or 3893878. OLE color: 3893878.

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

Color convert

RGB11810659-
CMYK00.100.500.54
HSL47.8º33.33%34.71%-
HSV(B)47.8º50%46.27%-
XYZ13.4114.486.22-
YUV104.23102.48137.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 59 (23.44% from 255) = 20.85%
R=41.70%
G=37.46%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181065900.100.500.5447.833.3334.71
Hex766A3B0A3236302123
Octal166152730126266604143
Binary1110110110101011101101010110010110110110000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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