#786240

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

Shades of Yellow Metal #786240

Tints of Yellow Metal #786240

Color information

#786240 (or 0x786240) is unknown color: approx Yellow Metal. HEX triplet: 78, 62 and 40. RGB value is (120,98,64). Sum of RGB (Red+Green+Blue) = 120+98+64=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #786240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786240 is #879DBF. Grayscale: #646464. Windows color (decimal): -8887744 or 4219512. OLE color: 4219512.

HSL color Cylindrical-coordinate representation of color #786240: hue angle of 36.43º 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 #786240 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1209864-
CMYK00.180.470.53
HSL36.43º30.43%36.08%-
HSV(B)36.43º46.67%47.06%-
XYZ13.0413.16.69-
YUV100.7107.29141.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=42.55%
G=34.75%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120986400.180.470.5336.4330.4336.08
Hex7862400122F35241e24
Octal1701421000225765443644
Binary11110001100010100000001001010111111010110010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786240; }

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

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

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

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

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

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

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

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