#786640

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

Shades of Yellow Metal #786640

Tints of Yellow Metal #786640

Color information

#786640 (or 0x786640) is unknown color: approx Yellow Metal. HEX triplet: 78, 66 and 40. RGB value is (120,102,64). Sum of RGB (Red+Green+Blue) = 120+102+64=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #786640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786640 is #8799BF. Grayscale: #676767. Windows color (decimal): -8886720 or 4220536. OLE color: 4220536.

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

Color convert

RGB12010264-
CMYK00.150.470.53
HSL40.71º30.43%36.08%-
HSV(B)40.71º46.67%47.06%-
XYZ13.4213.876.82-
YUV103.05105.96140.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=41.96%
G=35.66%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201026400.150.470.5340.7130.4336.08
Hex7866400F2F35291e24
Octal1701461000175765513644
Binary1111000110011010000000111110111111010110100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786640; }

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

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

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

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

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

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

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

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