#766A42

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

Shades of Yellow Metal #766A42

Tints of Yellow Metal #766A42

Color information

#766A42 (or 0x766A42) is unknown color: approx Yellow Metal. HEX triplet: 76, 6A and 42. RGB value is (118,106,66). Sum of RGB (Red+Green+Blue) = 118+106+66=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #766A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A42 is #8995BD. Grayscale: #696969. Windows color (decimal): -9016766 or 4352630. OLE color: 4352630.

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

Color convert

RGB11810666-
CMYK00.100.440.54
HSL46.15º28.26%36.08%-
HSV(B)46.15º44.07%46.27%-
XYZ13.6114.557.25-
YUV105.03105.98137.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=40.69%
G=36.55%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181066600.100.440.5446.1528.2636.08
Hex766A420A2C362e1c24
Octal1661521020125466563444
Binary1110110110101010000100101010110011011010111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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