#786940

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

Shades of Yellow Metal #786940

Tints of Yellow Metal #786940

Color information

#786940 (or 0x786940) is unknown color: approx Yellow Metal. HEX triplet: 78, 69 and 40. RGB value is (120,105,64). Sum of RGB (Red+Green+Blue) = 120+105+64=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #786940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786940 is #8796BF. Grayscale: #686868. Windows color (decimal): -8885952 or 4221304. OLE color: 4221304.

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

Color convert

RGB12010564-
CMYK00.130.470.53
HSL43.93º30.43%36.08%-
HSV(B)43.93º46.67%47.06%-
XYZ13.7214.476.92-
YUV104.81104.97138.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=41.52%
G=36.33%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201056400.130.470.5343.9330.4336.08
Hex7869400D2F352c1e24
Octal1701511000155765543644
Binary1111000110100110000000110110111111010110110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786940; }

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

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

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

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

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

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

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

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