#766A40

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

Shades of Yellow Metal #766A40

Tints of Yellow Metal #766A40

Color information

#766A40 (or 0x766A40) is unknown color: approx Yellow Metal. HEX triplet: 76, 6A and 40. RGB value is (118,106,64). Sum of RGB (Red+Green+Blue) = 118+106+64=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A40 is #8995BF. Grayscale: #686868. Windows color (decimal): -9016768 or 4221558. OLE color: 4221558.

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

Color convert

RGB11810664-
CMYK00.100.460.54
HSL46.67º29.67%35.69%-
HSV(B)46.67º45.76%46.27%-
XYZ13.5514.536.94-
YUV104.8104.98137.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=40.97%
G=36.81%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181066400.100.460.5446.6729.6735.69
Hex766A400A2E362f1e24
Octal1661521000125666573644
Binary1110110110101010000000101010111011011010111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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