#766240

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

Shades of Yellow Metal #766240

Tints of Yellow Metal #766240

Color information

#766240 (or 0x766240) is unknown color: approx Yellow Metal. HEX triplet: 76, 62 and 40. RGB value is (118,98,64). Sum of RGB (Red+Green+Blue) = 118+98+64=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766240 is #899DBF. Grayscale: #646464. Windows color (decimal): -9018816 or 4219510. OLE color: 4219510.

HSL color Cylindrical-coordinate representation of color #766240: hue angle of 37.78º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766240 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1189864-
CMYK00.170.460.54
HSL37.78º29.67%35.69%-
HSV(B)37.78º45.76%46.27%-
XYZ12.7612.966.68-
YUV100.1107.63140.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=42.14%
G=35%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118986400.170.460.5437.7829.6735.69
Hex7662400112E36261e24
Octal1661421000215666463644
Binary11101101100010100000001000110111011011010011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766240; }

 p { color: rgb(118,98,64); }

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

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

 a { background-color: rgb(118,98,64); }

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

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

 span { border-color: rgb(118,98,64); }

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