#786642

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

Shades of Yellow Metal #786642

Tints of Yellow Metal #786642

Color information

#786642 (or 0x786642) is unknown color: approx Yellow Metal. HEX triplet: 78, 66 and 42. RGB value is (120,102,66). Sum of RGB (Red+Green+Blue) = 120+102+66=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #786642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786642 is #8799BD. Grayscale: #676767. Windows color (decimal): -8886718 or 4351608. OLE color: 4351608.

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

Color convert

RGB12010266-
CMYK00.150.450.53
HSL40º29.03%36.47%-
HSV(B)40º45%47.06%-
XYZ13.4813.897.12-
YUV103.28106.96139.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=41.67%
G=35.42%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201026600.150.450.534029.0336.47
Hex7866420F2D35281d24
Octal1701461020175565503544
Binary1111000110011010000100111110110111010110100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786642; }

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

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

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

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

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

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

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

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