#766B3A

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

Shades of Yellow Metal #766B3A

Tints of Yellow Metal #766B3A

Color information

#766B3A (or 0x766B3A) is unknown color: approx Yellow Metal. HEX triplet: 76, 6B and 3A. RGB value is (118,107,58). Sum of RGB (Red+Green+Blue) = 118+107+58=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B3A is #8994C5. Grayscale: #686868. Windows color (decimal): -9016518 or 3828598. OLE color: 3828598.

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

Color convert

RGB11810758-
CMYK00.090.510.54
HSL49º34.09%34.51%-
HSV(B)49º50.85%46.27%-
XYZ13.4914.676.12-
YUV104.7101.64137.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=41.70%
G=37.81%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181075800.090.510.544934.0934.51
Hex766B3A093336312223
Octal166153720116366614243
Binary1110110110101111101001001110011110110110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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