#766039

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

Shades of Yellow Metal #766039

Tints of Yellow Metal #766039

Color information

#766039 (or 0x766039) is unknown color: approx Yellow Metal. HEX triplet: 76, 60 and 39. RGB value is (118,96,57). Sum of RGB (Red+Green+Blue) = 118+96+57=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #766039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766039 is #899FC6. Grayscale: #626262. Windows color (decimal): -9019335 or 3760246. OLE color: 3760246.

HSL color Cylindrical-coordinate representation of color #766039: hue angle of 38.36º 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 #766039 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1189657-
CMYK00.190.520.54
HSL38.36º34.86%34.31%-
HSV(B)38.36º51.69%46.27%-
XYZ12.3912.515.63-
YUV98.13104.79142.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 57 (22.66% from 255) = 21.03%
R=43.54%
G=35.42%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118965700.190.520.5438.3634.8634.31
Hex7660390133436262322
Octal166140710236466464342
Binary11101101100000111001010011110100110110100110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766039; }

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

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

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

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

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

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

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

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