#786641

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

Shades of Yellow Metal #786641

Tints of Yellow Metal #786641

Color information

#786641 (or 0x786641) is unknown color: approx Yellow Metal. HEX triplet: 78, 66 and 41. RGB value is (120,102,65). Sum of RGB (Red+Green+Blue) = 120+102+65=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #786641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786641 is #8799BE. Grayscale: #676767. Windows color (decimal): -8886719 or 4286072. OLE color: 4286072.

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

Color convert

RGB12010265-
CMYK00.150.460.53
HSL40.36º29.73%36.27%-
HSV(B)40.36º45.83%47.06%-
XYZ13.4513.886.97-
YUV103.16106.46140.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=41.81%
G=35.54%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201026500.150.460.5340.3629.7336.27
Hex7866410F2E35281e24
Octal1701461010175665503644
Binary1111000110011010000010111110111011010110100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786641; }

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

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

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

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

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

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

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

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