#766A3A

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

Shades of Yellow Metal #766A3A

Tints of Yellow Metal #766A3A

Color information

#766A3A (or 0x766A3A) is unknown color: approx Yellow Metal. HEX triplet: 76, 6A and 3A. RGB value is (118,106,58). Sum of RGB (Red+Green+Blue) = 118+106+58=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #766A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A3A is #8995C5. Grayscale: #686868. Windows color (decimal): -9016774 or 3828342. OLE color: 3828342.

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

Color convert

RGB11810658-
CMYK00.100.510.54
HSL48º34.09%34.51%-
HSV(B)48º50.85%46.27%-
XYZ13.3914.476.09-
YUV104.12101.98137.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=41.84%
G=37.59%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181065800.100.510.544834.0934.51
Hex766A3A0A3336302223
Octal166152720126366604243
Binary1110110110101011101001010110011110110110000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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