#766339

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

Shades of Yellow Metal #766339

Tints of Yellow Metal #766339

Color information

#766339 (or 0x766339) is unknown color: approx Yellow Metal. HEX triplet: 76, 63 and 39. RGB value is (118,99,57). Sum of RGB (Red+Green+Blue) = 118+99+57=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #766339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766339 is #899CC6. Grayscale: #646464. Windows color (decimal): -9018567 or 3761014. OLE color: 3761014.

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

Color convert

RGB1189957-
CMYK00.160.520.54
HSL41.31º34.86%34.31%-
HSV(B)41.31º51.69%46.27%-
XYZ12.6713.075.73-
YUV99.89103.79140.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=43.07%
G=36.13%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118995700.160.520.5441.3134.8634.31
Hex7663390103436292322
Octal166143710206466514342
Binary11101101100011111001010000110100110110101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766339; }

 p { color: rgb(118,99,57); }

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

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

 a { background-color: rgb(118,99,57); }

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

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

 span { border-color: rgb(118,99,57); }

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