#766A3D

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

Shades of Yellow Metal #766A3D

Tints of Yellow Metal #766A3D

Color information

#766A3D (or 0x766A3D) is unknown color: approx Yellow Metal. HEX triplet: 76, 6A and 3D. RGB value is (118,106,61). Sum of RGB (Red+Green+Blue) = 118+106+61=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A3D is #8995C2. Grayscale: #686868. Windows color (decimal): -9016771 or 4024950. OLE color: 4024950.

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

Color convert

RGB11810661-
CMYK00.100.480.54
HSL47.37º31.84%35.1%-
HSV(B)47.37º48.31%46.27%-
XYZ13.4714.56.5-
YUV104.46103.48137.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=41.40%
G=37.19%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181066100.100.480.5447.3731.8435.1
Hex766A3D0A30362f2023
Octal166152750126066574043
Binary1110110110101011110101010110000110110101111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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