#786540

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

Shades of Yellow Metal #786540

Tints of Yellow Metal #786540

Color information

#786540 (or 0x786540) is unknown color: approx Yellow Metal. HEX triplet: 78, 65 and 40. RGB value is (120,101,64). Sum of RGB (Red+Green+Blue) = 120+101+64=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #786540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786540 is #879ABF. Grayscale: #666666. Windows color (decimal): -8886976 or 4220280. OLE color: 4220280.

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

Color convert

RGB12010164-
CMYK00.160.470.53
HSL39.64º30.43%36.08%-
HSV(B)39.64º46.67%47.06%-
XYZ13.3213.676.79-
YUV102.46106.29140.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=42.11%
G=35.44%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201016400.160.470.5339.6430.4336.08
Hex7865400102F35281e24
Octal1701451000205765503644
Binary11110001100101100000001000010111111010110100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786540; }

 p { color: rgb(120,101,64); }

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

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

 a { background-color: rgb(120,101,64); }

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

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

 span { border-color: rgb(120,101,64); }

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