#786845

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

Shades of Yellow Metal #786845

Tints of Yellow Metal #786845

Color information

#786845 (or 0x786845) is unknown color: approx Yellow Metal. HEX triplet: 78, 68 and 45. RGB value is (120,104,69). Sum of RGB (Red+Green+Blue) = 120+104+69=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #786845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786845 is #8797BA. Grayscale: #686868. Windows color (decimal): -8886203 or 4548728. OLE color: 4548728.

HSL color Cylindrical-coordinate representation of color #786845: hue angle of 41.18º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #786845 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB12010469-
CMYK00.130.420.53
HSL41.18º26.98%37.06%-
HSV(B)41.18º42.5%47.06%-
XYZ13.7714.327.67-
YUV104.79107.8138.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=40.96%
G=35.49%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201046900.130.420.5341.1826.9837.06
Hex7868450D2A35291b25
Octal1701501050155265513345
Binary1111000110100010001010110110101011010110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786845; }

 p { color: rgb(120,104,69); }

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

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

 a { background-color: rgb(120,104,69); }

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

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

 span { border-color: rgb(120,104,69); }

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